Html Css Color HEX #CAF367 Mindaro

📋 copy color: '#CAF367'

red 202 ◦ green 243 ◦ blue 103

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

Shades of Mindaro #CAF367

Tints of Mindaro #CAF367

RGB

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

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

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

R = 36.86%
G = 44.34%
B = 18.8%

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

#CAF367 (or 0xCAF367) is known color: Mindaro. HEX triplet: CA, F3 and 67. RGB value is (202,243,103). Sum of RGB (Red+Green+Blue) = 202+243+103=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF367 is #350C98. Grayscale: #D7D7D7. Windows color (decimal): -3476633 or 6812618. OLE color: 6812618.

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

Color convert

RGB 202 243 103 -
CMYK 0.17 0 0.58 0.05
HSL 77.57º 0.85% 0.68% -
HSV(B) 77.57º 0.58% 0.95% -
XYZ 58.86 77.64 24.72 -
YUV 214.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 202 243 103 0.17 0 0.58 0.05 77.57 0.85 0.68
Hex CA F3 67 11 0 3A 5 4E 55 44
Octal 312 363 147 21 0 72 5 116 125 104
Binary 11001010 11110011 1100111 10001 0 111010 101 1001110 1010101 1000100

Color Harmonies of #CAF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF367

Black with #CAF367

Text Example


Text Example

White with #CAF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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