Html Css Color HEX #CAEF68 Mindaro

📋 copy color: '#CAEF68'

red 202 ◦ green 239 ◦ blue 104

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

Shades of Mindaro #CAEF68

Tints of Mindaro #CAEF68

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.85%

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 37.06%
G = 43.85%
B = 19.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#CAEF68 (or 0xCAEF68) is known color: Mindaro. HEX triplet: CA, EF and 68. RGB value is (202,239,104). Sum of RGB (Red+Green+Blue) = 202+239+104=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEF68 is #351097. Grayscale: #D5D5D5. Windows color (decimal): -3477656 or 6877130. OLE color: 6877130.

HSL color Cylindrical-coordinate representation of color #CAEF68: hue angle of 76.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAEF68 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 104 -
CMYK 0.15 0 0.56 0.06
HSL 76.44º 0.81% 0.67% -
HSV(B) 76.44º 0.56% 0.94% -
XYZ 57.72 75.29 24.59 -
YUV 212.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 202 239 104 0.15 0 0.56 0.06 76.44 0.81 0.67
Hex CA EF 68 F 0 38 6 4C 51 43
Octal 312 357 150 17 0 70 6 114 121 103
Binary 11001010 11101111 1101000 1111 0 111000 110 1001100 1010001 1000011

Color Harmonies of #CAEF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEF68

Black with #CAEF68

Text Example


Text Example

White with #CAEF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEF68; }

 p { color: rgb(202,239,104); }

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

background-color css

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

 a { background-color: rgb(202,239,104); }

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

border-color css

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

 span { border-color: rgb(202,239,104); }

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