Html Css Color HEX #CAE766 Mindaro

📋 copy color: '#CAE766'

red 202 ◦ green 231 ◦ blue 102

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

Shades of Mindaro #CAE766

Tints of Mindaro #CAE766

RGB

 RED value IS 202 (79.3% from 255) = 37.76%

 GREEN value IS 231 (90.63% from 255) = 43.18%

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

R = 37.76%
G = 43.18%
B = 19.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#CAE766 (or 0xCAE766) is known color: Mindaro. HEX triplet: CA, E7 and 66. RGB value is (202,231,102). Sum of RGB (Red+Green+Blue) = 202+231+102=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE766 is #351899. Grayscale: #D0D0D0. Windows color (decimal): -3479706 or 6744010. OLE color: 6744010.

HSL color Cylindrical-coordinate representation of color #CAE766: hue angle of 73.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAE766 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 102 -
CMYK 0.13 0 0.56 0.09
HSL 73.49º 0.73% 0.65% -
HSV(B) 73.49º 0.56% 0.91% -
XYZ 55.33 70.67 23.29 -
YUV 207.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 202 231 102 0.13 0 0.56 0.09 73.49 0.73 0.65
Hex CA E7 66 D 0 38 9 49 49 41
Octal 312 347 146 15 0 70 11 111 111 101
Binary 11001010 11100111 1100110 1101 0 111000 1001 1001001 1001001 1000001

Color Harmonies of #CAE766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE766

Black with #CAE766

Text Example


Text Example

White with #CAE766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE766; }

 p { color: rgb(202,231,102); }

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

background-color css

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

 a { background-color: rgb(202,231,102); }

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

border-color css

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

 span { border-color: rgb(202,231,102); }

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