Html Css Color HEX #CAF964 Mindaro

📋 copy color: '#CAF964'

red 202 ◦ green 249 ◦ blue 100

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

Shades of Mindaro #CAF964

Tints of Mindaro #CAF964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.19%

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

R = 36.66%
G = 45.19%
B = 18.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#CAF964 (or 0xCAF964) is known color: Mindaro. HEX triplet: CA, F9 and 64. RGB value is (202,249,100). Sum of RGB (Red+Green+Blue) = 202+249+100=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF964 is #35069B. Grayscale: #DADADA. Windows color (decimal): -3475100 or 6617546. OLE color: 6617546.

HSL color Cylindrical-coordinate representation of color #CAF964: hue angle of 78.93º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF964 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 100 -
CMYK 0.19 0 0.60 0.02
HSL 78.93º 0.93% 0.68% -
HSV(B) 78.93º 0.6% 0.98% -
XYZ 60.53 81.23 24.54 -
YUV 217.96 61.43 116.62 -
System Red Green Blue C M Y K H S L
Decimal 202 249 100 0.19 0 0.60 0.02 78.93 0.93 0.68
Hex CA F9 64 13 0 3C 2 4F 5D 44
Octal 312 371 144 23 0 74 2 117 135 104
Binary 11001010 11111001 1100100 10011 0 111100 10 1001111 1011101 1000100

Color Harmonies of #CAF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF964

Black with #CAF964

Text Example


Text Example

White with #CAF964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF964; }

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

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

background-color css

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

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

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

border-color css

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

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

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