Html Css Color HEX #CAEE64 Mindaro

📋 copy color: '#CAEE64'

red 202 ◦ green 238 ◦ blue 100

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

Shades of Mindaro #CAEE64

Tints of Mindaro #CAEE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 37.41%
G = 44.07%
B = 18.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#CAEE64 (or 0xCAEE64) is known color: Mindaro. HEX triplet: CA, EE and 64. RGB value is (202,238,100). Sum of RGB (Red+Green+Blue) = 202+238+100=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE64 is #35119B. Grayscale: #D4D4D4. Windows color (decimal): -3477916 or 6614730. OLE color: 6614730.

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

Color convert

RGB 202 238 100 -
CMYK 0.15 0 0.58 0.07
HSL 75.65º 0.8% 0.66% -
HSV(B) 75.65º 0.58% 0.93% -
XYZ 57.23 74.63 23.44 -
YUV 211.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 202 238 100 0.15 0 0.58 0.07 75.65 0.8 0.66
Hex CA EE 64 F 0 3A 7 4C 50 42
Octal 312 356 144 17 0 72 7 114 120 102
Binary 11001010 11101110 1100100 1111 0 111010 111 1001100 1010000 1000010

Color Harmonies of #CAEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEE64

Black with #CAEE64

Text Example


Text Example

White with #CAEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEE64; }

 p { color: rgb(202,238,100); }

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

background-color css

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

 a { background-color: rgb(202,238,100); }

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

border-color css

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

 span { border-color: rgb(202,238,100); }

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