Html Css Color HEX #CAF393 Reef

📋 copy color: '#CAF393'

red 202 ◦ green 243 ◦ blue 147

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

Shades of Reef #CAF393

Tints of Reef #CAF393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.83%

R = 34.12%
G = 41.05%
B = 24.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CAF393 (or 0xCAF393) is known color: Reef. HEX triplet: CA, F3 and 93. RGB value is (202,243,147). Sum of RGB (Red+Green+Blue) = 202+243+147=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF393 is #350C6C. Grayscale: #DCDCDC. Windows color (decimal): -3476589 or 9696202. OLE color: 9696202.

HSL color Cylindrical-coordinate representation of color #CAF393: hue angle of 85.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF393 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 147 -
CMYK 0.17 0 0.40 0.05
HSL 85.62º 0.8% 0.76% -
HSV(B) 85.62º 0.4% 0.95% -
XYZ 61.67 78.76 39.56 -
YUV 219.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 202 243 147 0.17 0 0.40 0.05 85.62 0.8 0.76
Hex CA F3 93 11 0 28 5 56 50 4C
Octal 312 363 223 21 0 50 5 126 120 114
Binary 11001010 11110011 10010011 10001 0 101000 101 1010110 1010000 1001100

Color Harmonies of #CAF393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF393

Black with #CAF393

Text Example


Text Example

White with #CAF393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF393; }

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

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

background-color css

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

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

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

border-color css

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

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

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