Html Css Color HEX #CBE66F Mindaro

📋 copy color: '#CBE66F'

red 203 ◦ green 230 ◦ blue 111

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

Shades of Mindaro #CBE66F

Tints of Mindaro #CBE66F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.28%

 BLUE value IS 111 (43.75% from 255) = 20.4%

R = 37.32%
G = 42.28%
B = 20.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#CBE66F (or 0xCBE66F) is known color: Mindaro. HEX triplet: CB, E6 and 6F. RGB value is (203,230,111). Sum of RGB (Red+Green+Blue) = 203+230+111=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66F is #341990. Grayscale: #D0D0D0. Windows color (decimal): -3414417 or 7333579. OLE color: 7333579.

HSL color Cylindrical-coordinate representation of color #CBE66F: hue angle of 73.61º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE66F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 111 -
CMYK 0.12 0 0.52 0.10
HSL 73.61º 0.7% 0.67% -
HSV(B) 73.61º 0.52% 0.9% -
XYZ 55.79 70.44 25.69 -
YUV 208.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 203 230 111 0.12 0 0.52 0.10 73.61 0.7 0.67
Hex CB E6 6F C 0 34 A 4A 46 43
Octal 313 346 157 14 0 64 12 112 106 103
Binary 11001011 11100110 1101111 1100 0 110100 1010 1001010 1000110 1000011

Color Harmonies of #CBE66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE66F

Black with #CBE66F

Text Example


Text Example

White with #CBE66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE66F; }

 p { color: rgb(203,230,111); }

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

background-color css

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

 a { background-color: rgb(203,230,111); }

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

border-color css

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

 span { border-color: rgb(203,230,111); }

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