Html Css Color HEX #CAF067 Mindaro

📋 copy color: '#CAF067'

red 202 ◦ green 240 ◦ blue 103

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

Shades of Mindaro #CAF067

Tints of Mindaro #CAF067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 103 (40.63% from 255) = 18.9%

R = 37.06%
G = 44.04%
B = 18.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#CAF067 (or 0xCAF067) is known color: Mindaro. HEX triplet: CA, F0 and 67. RGB value is (202,240,103). Sum of RGB (Red+Green+Blue) = 202+240+103=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF067 is #350F98. Grayscale: #D5D5D5. Windows color (decimal): -3477401 or 6811850. OLE color: 6811850.

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

Color convert

RGB 202 240 103 -
CMYK 0.16 0 0.57 0.06
HSL 76.64º 0.82% 0.67% -
HSV(B) 76.64º 0.57% 0.94% -
XYZ 57.97 75.86 24.42 -
YUV 213.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 202 240 103 0.16 0 0.57 0.06 76.64 0.82 0.67
Hex CA F0 67 10 0 39 6 4D 52 43
Octal 312 360 147 20 0 71 6 115 122 103
Binary 11001010 11110000 1100111 10000 0 111001 110 1001101 1010010 1000011

Color Harmonies of #CAF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF067

Black with #CAF067

Text Example


Text Example

White with #CAF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF067; }

 p { color: rgb(202,240,103); }

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

background-color css

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

 a { background-color: rgb(202,240,103); }

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

border-color css

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

 span { border-color: rgb(202,240,103); }

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