Html Css Color HEX #CAF965 Mindaro

📋 copy color: '#CAF965'

red 202 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #CAF965

Tints of Mindaro #CAF965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.3%

R = 36.59%
G = 45.11%
B = 18.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CAF965 (or 0xCAF965) is known color: Mindaro. HEX triplet: CA, F9 and 65. RGB value is (202,249,101). Sum of RGB (Red+Green+Blue) = 202+249+101=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF965 is #35069A. Grayscale: #DADADA. Windows color (decimal): -3475099 or 6683082. OLE color: 6683082.

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

Color convert

RGB 202 249 101 -
CMYK 0.19 0 0.59 0.02
HSL 79.05º 0.93% 0.69% -
HSV(B) 79.05º 0.59% 0.98% -
XYZ 60.58 81.25 24.8 -
YUV 218.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 202 249 101 0.19 0 0.59 0.02 79.05 0.93 0.69
Hex CA F9 65 13 0 3B 2 4F 5C 45
Octal 312 371 145 23 0 73 2 117 134 105
Binary 11001010 11111001 1100101 10011 0 111011 10 1001111 1011100 1000101

Color Harmonies of #CAF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF965

Black with #CAF965

Text Example


Text Example

White with #CAF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF965; }

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

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

background-color css

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

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

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

border-color css

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

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

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