Html Css Color HEX #CAF98F Reef

📋 copy color: '#CAF98F'

red 202 ◦ green 249 ◦ blue 143

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

Shades of Reef #CAF98F

Tints of Reef #CAF98F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

 BLUE value IS 143 (56.25% from 255) = 24.07%

R = 34.01%
G = 41.92%
B = 24.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#CAF98F (or 0xCAF98F) is known color: Reef. HEX triplet: CA, F9 and 8F. RGB value is (202,249,143). Sum of RGB (Red+Green+Blue) = 202+249+143=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF98F is #350670. Grayscale: #DFDFDF. Windows color (decimal): -3475057 or 9435594. OLE color: 9435594.

HSL color Cylindrical-coordinate representation of color #CAF98F: hue angle of 86.6º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF98F is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 143 -
CMYK 0.19 0 0.43 0.02
HSL 86.6º 0.9% 0.77% -
HSV(B) 86.6º 0.43% 0.98% -
XYZ 63.19 82.29 38.54 -
YUV 222.86 82.93 113.12 -
System Red Green Blue C M Y K H S L
Decimal 202 249 143 0.19 0 0.43 0.02 86.6 0.9 0.77
Hex CA F9 8F 13 0 2B 2 57 5A 4D
Octal 312 371 217 23 0 53 2 127 132 115
Binary 11001010 11111001 10001111 10011 0 101011 10 1010111 1011010 1001101

Color Harmonies of #CAF98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF98F

Black with #CAF98F

Text Example


Text Example

White with #CAF98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF98F; }

 p { color: rgb(202,249,143); }

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

background-color css

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

 a { background-color: rgb(202,249,143); }

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

border-color css

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

 span { border-color: rgb(202,249,143); }

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