Html Css Color HEX #CBED5E Mindaro

📋 copy color: '#CBED5E'

red 203 ◦ green 237 ◦ blue 94

#CBED5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CBED5E

Tints of Mindaro #CBED5E

RGB

 RED value IS 203 (79.69% from 255) = 38.01%

 GREEN value IS 237 (92.97% from 255) = 44.38%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 38.01%
G = 44.38%
B = 17.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBED5E (or 0xCBED5E) is known color: Mindaro. HEX triplet: CB, ED and 5E. RGB value is (203,237,94). Sum of RGB (Red+Green+Blue) = 203+237+94=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED5E is #3412A1. Grayscale: #D3D3D3. Windows color (decimal): -3412642 or 6221259. OLE color: 6221259.

HSL color Cylindrical-coordinate representation of color #CBED5E: hue angle of 74.27º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBED5E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 94 -
CMYK 0.14 0 0.60 0.07
HSL 74.27º 0.8% 0.65% -
HSV(B) 74.27º 0.6% 0.93% -
XYZ 56.93 74.07 21.89 -
YUV 210.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 203 237 94 0.14 0 0.60 0.07 74.27 0.8 0.65
Hex CB ED 5E E 0 3C 7 4A 50 41
Octal 313 355 136 16 0 74 7 112 120 101
Binary 11001011 11101101 1011110 1110 0 111100 111 1001010 1010000 1000001

Color Harmonies of #CBED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED5E

Black with #CBED5E

Text Example


Text Example

White with #CBED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED5E; }

 p { color: rgb(203,237,94); }

 H1.HeaderClassName
 {
   color: #CBED5E;
 }
 .AnyTagClassName
 {
   color: #CBED5E;
 }
</style>

background-color css

<style>
 a { background-color: #CBED5E; }

 a { background-color: rgb(203,237,94); }

 div.DivClassName
 {
   background-color: #CBED5E;
 }
 .BgClassName
 {
   background-color: #CBED5E;
 }
</style>

border-color css

<style>
 span { border-color: #CBED5E; }

 span { border-color: rgb(203,237,94); }

 td.TdClassName
 {
   border-color: #CBED5E;
 }
 .TagClassName
 {
   border-color: #CBED5E;
 }
</style>