Html Css Color HEX #CAF768 Mindaro

📋 copy color: '#CAF768'

red 202 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #CAF768

Tints of Mindaro #CAF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.67%

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

R = 36.53%
G = 44.67%
B = 18.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#CAF768 (or 0xCAF768) is known color: Mindaro. HEX triplet: CA, F7 and 68. RGB value is (202,247,104). Sum of RGB (Red+Green+Blue) = 202+247+104=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF768 is #350897. Grayscale: #D9D9D9. Windows color (decimal): -3475608 or 6879178. OLE color: 6879178.

HSL color Cylindrical-coordinate representation of color #CAF768: hue angle of 78.88º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF768 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 104 -
CMYK 0.18 0 0.58 0.03
HSL 78.88º 0.9% 0.69% -
HSV(B) 78.88º 0.58% 0.97% -
XYZ 60.12 80.08 25.38 -
YUV 217.24 64.09 117.13 -
System Red Green Blue C M Y K H S L
Decimal 202 247 104 0.18 0 0.58 0.03 78.88 0.9 0.69
Hex CA F7 68 12 0 3A 3 4F 5A 45
Octal 312 367 150 22 0 72 3 117 132 105
Binary 11001010 11110111 1101000 10010 0 111010 11 1001111 1011010 1000101

Color Harmonies of #CAF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF768

Black with #CAF768

Text Example


Text Example

White with #CAF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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