Html Css Color HEX #CFF4A8 Reef

📋 copy color: '#CFF4A8'

red 207 ◦ green 244 ◦ blue 168

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

Shades of Reef #CFF4A8

Tints of Reef #CFF4A8

RGB

 RED value IS 207 (81.25% from 255) = 33.44%

 GREEN value IS 244 (95.7% from 255) = 39.42%

 BLUE value IS 168 (66.02% from 255) = 27.14%

R = 33.44%
G = 39.42%
B = 27.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#CFF4A8 (or 0xCFF4A8) is known color: Reef. HEX triplet: CF, F4 and A8. RGB value is (207,244,168). Sum of RGB (Red+Green+Blue) = 207+244+168=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4A8 is #300B57. Grayscale: #E0E0E0. Windows color (decimal): -3148632 or 11072719. OLE color: 11072719.

HSL color Cylindrical-coordinate representation of color #CFF4A8: hue angle of 89.21º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF4A8 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 244 168 -
CMYK 0.15 0 0.31 0.04
HSL 89.21º 0.78% 0.81% -
HSV(B) 89.21º 0.31% 0.96% -
XYZ 65.15 80.79 49.21 -
YUV 224.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 207 244 168 0.15 0 0.31 0.04 89.21 0.78 0.81
Hex CF F4 A8 F 0 1F 4 59 4E 51
Octal 317 364 250 17 0 37 4 131 116 121
Binary 11001111 11110100 10101000 1111 0 11111 100 1011001 1001110 1010001

Color Harmonies of #CFF4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF4A8

Black with #CFF4A8

Text Example


Text Example

White with #CFF4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF4A8; }

 p { color: rgb(207,244,168); }

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

background-color css

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

 a { background-color: rgb(207,244,168); }

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

border-color css

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

 span { border-color: rgb(207,244,168); }

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