Html Css Color HEX #CAF365 Mindaro

📋 copy color: '#CAF365'

red 202 ◦ green 243 ◦ blue 101

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

Shades of Mindaro #CAF365

Tints of Mindaro #CAF365

RGB

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

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

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

R = 37%
G = 44.51%
B = 18.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CAF365 (or 0xCAF365) is known color: Mindaro. HEX triplet: CA, F3 and 65. RGB value is (202,243,101). Sum of RGB (Red+Green+Blue) = 202+243+101=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF365 is #350C9A. Grayscale: #D7D7D7. Windows color (decimal): -3476635 or 6681546. OLE color: 6681546.

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

Color convert

RGB 202 243 101 -
CMYK 0.17 0 0.58 0.05
HSL 77.32º 0.86% 0.67% -
HSV(B) 77.32º 0.58% 0.95% -
XYZ 58.76 77.6 24.19 -
YUV 214.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 202 243 101 0.17 0 0.58 0.05 77.32 0.86 0.67
Hex CA F3 65 11 0 3A 5 4D 56 43
Octal 312 363 145 21 0 72 5 115 126 103
Binary 11001010 11110011 1100101 10001 0 111010 101 1001101 1010110 1000011

Color Harmonies of #CAF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF365

Black with #CAF365

Text Example


Text Example

White with #CAF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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