Html Css Color HEX #CAFE8F Reef

📋 copy color: '#CAFE8F'

red 202 ◦ green 254 ◦ blue 143

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

Shades of Reef #CAFE8F

Tints of Reef #CAFE8F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.4%

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

R = 33.72%
G = 42.4%
B = 23.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#CAFE8F (or 0xCAFE8F) is known color: Reef. HEX triplet: CA, FE and 8F. RGB value is (202,254,143). Sum of RGB (Red+Green+Blue) = 202+254+143=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE8F is #350170. Grayscale: #E2E2E2. Windows color (decimal): -3473777 or 9436874. OLE color: 9436874.

HSL color Cylindrical-coordinate representation of color #CAFE8F: hue angle of 88.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAFE8F is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 143 -
CMYK 0.20 0 0.44 0.00
HSL 88.11º 0.98% 0.78% -
HSV(B) 88.11º 0.44% 1% -
XYZ 64.76 85.42 39.06 -
YUV 225.8 81.27 111.03 -
System Red Green Blue C M Y K H S L
Decimal 202 254 143 0.20 0 0.44 0.00 88.11 0.98 0.78
Hex CA FE 8F 14 0 2C 0 58 62 4E
Octal 312 376 217 24 0 54 0 130 142 116
Binary 11001010 11111110 10001111 10100 0 101100 0 1011000 1100010 1001110

Color Harmonies of #CAFE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE8F

Black with #CAFE8F

Text Example


Text Example

White with #CAFE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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