Html Css Color HEX #CBED66 Mindaro

📋 copy color: '#CBED66'

red 203 ◦ green 237 ◦ blue 102

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

Shades of Mindaro #CBED66

Tints of Mindaro #CBED66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.82%

R = 37.45%
G = 43.73%
B = 18.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#CBED66 (or 0xCBED66) is known color: Mindaro. HEX triplet: CB, ED and 66. RGB value is (203,237,102). Sum of RGB (Red+Green+Blue) = 203+237+102=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED66 is #341299. Grayscale: #D3D3D3. Windows color (decimal): -3412634 or 6745547. OLE color: 6745547.

HSL color Cylindrical-coordinate representation of color #CBED66: hue angle of 75.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBED66 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 102 -
CMYK 0.14 0 0.57 0.07
HSL 75.11º 0.79% 0.66% -
HSV(B) 75.11º 0.57% 0.93% -
XYZ 57.31 74.22 23.88 -
YUV 211.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 203 237 102 0.14 0 0.57 0.07 75.11 0.79 0.66
Hex CB ED 66 E 0 39 7 4B 4F 42
Octal 313 355 146 16 0 71 7 113 117 102
Binary 11001011 11101101 1100110 1110 0 111001 111 1001011 1001111 1000010

Color Harmonies of #CBED66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED66

Black with #CBED66

Text Example


Text Example

White with #CBED66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED66; }

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

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

background-color css

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

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

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

border-color css

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

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

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