Html Css Color HEX #CAF290 Reef

📋 copy color: '#CAF290'

red 202 ◦ green 242 ◦ blue 144

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

Shades of Reef #CAF290

Tints of Reef #CAF290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 34.35%
G = 41.16%
B = 24.49%

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

#CAF290 (or 0xCAF290) is known color: Reef. HEX triplet: CA, F2 and 90. RGB value is (202,242,144). Sum of RGB (Red+Green+Blue) = 202+242+144=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF290 is #350D6F. Grayscale: #DBDBDB. Windows color (decimal): -3476848 or 9499338. OLE color: 9499338.

HSL color Cylindrical-coordinate representation of color #CAF290: hue angle of 84.49º degrees, saturation: 0.79, 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 #CAF290 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 144 -
CMYK 0.17 0 0.40 0.05
HSL 84.49º 0.79% 0.76% -
HSV(B) 84.49º 0.4% 0.95% -
XYZ 61.14 78.07 38.23 -
YUV 218.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 202 242 144 0.17 0 0.40 0.05 84.49 0.79 0.76
Hex CA F2 90 11 0 28 5 54 4F 4C
Octal 312 362 220 21 0 50 5 124 117 114
Binary 11001010 11110010 10010000 10001 0 101000 101 1010100 1001111 1001100

Color Harmonies of #CAF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF290

Black with #CAF290

Text Example


Text Example

White with #CAF290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF290; }

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

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

background-color css

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

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

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

border-color css

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

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

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