Html Css Color HEX #CAF369 Mindaro

📋 copy color: '#CAF369'

red 202 ◦ green 243 ◦ blue 105

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

Shades of Mindaro #CAF369

Tints of Mindaro #CAF369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.18%

 BLUE value IS 105 (41.41% from 255) = 19.09%

R = 36.73%
G = 44.18%
B = 19.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CAF369 (or 0xCAF369) is known color: Mindaro. HEX triplet: CA, F3 and 69. RGB value is (202,243,105). Sum of RGB (Red+Green+Blue) = 202+243+105=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF369 is #350C96. Grayscale: #D7D7D7. Windows color (decimal): -3476631 or 6943690. OLE color: 6943690.

HSL color Cylindrical-coordinate representation of color #CAF369: hue angle of 77.83º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAF369 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 105 -
CMYK 0.17 0 0.57 0.05
HSL 77.83º 0.85% 0.68% -
HSV(B) 77.83º 0.57% 0.95% -
XYZ 58.96 77.68 25.25 -
YUV 215.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 202 243 105 0.17 0 0.57 0.05 77.83 0.85 0.68
Hex CA F3 69 11 0 39 5 4E 55 44
Octal 312 363 151 21 0 71 5 116 125 104
Binary 11001010 11110011 1101001 10001 0 111001 101 1001110 1010101 1000100

Color Harmonies of #CAF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF369

Black with #CAF369

Text Example


Text Example

White with #CAF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF369; }

 p { color: rgb(202,243,105); }

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

background-color css

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

 a { background-color: rgb(202,243,105); }

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

border-color css

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

 span { border-color: rgb(202,243,105); }

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