Html Css Color HEX #CAF298 Reef

📋 copy color: '#CAF298'

red 202 ◦ green 242 ◦ blue 152

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

Shades of Reef #CAF298

Tints of Reef #CAF298

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 33.89%
G = 40.6%
B = 25.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CAF298 (or 0xCAF298) is known color: Reef. HEX triplet: CA, F2 and 98. RGB value is (202,242,152). Sum of RGB (Red+Green+Blue) = 202+242+152=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF298 is #350D67. Grayscale: #DCDCDC. Windows color (decimal): -3476840 or 10023626. OLE color: 10023626.

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

Color convert

RGB 202 242 152 -
CMYK 0.17 0 0.37 0.05
HSL 86.67º 0.78% 0.77% -
HSV(B) 86.67º 0.37% 0.95% -
XYZ 61.78 78.33 41.57 -
YUV 219.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 202 242 152 0.17 0 0.37 0.05 86.67 0.78 0.77
Hex CA F2 98 11 0 25 5 57 4E 4D
Octal 312 362 230 21 0 45 5 127 116 115
Binary 11001010 11110010 10011000 10001 0 100101 101 1010111 1001110 1001101

Color Harmonies of #CAF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF298

Black with #CAF298

Text Example


Text Example

White with #CAF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF298; }

 p { color: rgb(202,242,152); }

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

background-color css

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

 a { background-color: rgb(202,242,152); }

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

border-color css

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

 span { border-color: rgb(202,242,152); }

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