#CFF19D

Color #CFF19D Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CFF19D

Tints of Reef #CFF19D

Color information

#CFF19D (or 0xCFF19D) is unknown color: approx Reef. HEX triplet: CF, F1 and 9D. RGB value is (207,241,157). Sum of RGB (Red+Green+Blue) = 207+241+157=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF19D is #300E62. Grayscale: #DDDDDD. Windows color (decimal): -3149411 or 10351055. OLE color: 10351055.

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

Color convert

RGB207241157-
CMYK0.1400.350.05
HSL84.29º75%78.04%-
HSV(B)84.29º34.85%94.51%-
XYZ63.2778.6143.74-
YUV221.2691.74117.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=34.21%
G=39.83%
B=25.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411570.1400.350.0584.297578.04
HexCFF19DE0235544b4e
Octal317361235160435124113116
Binary11001111111100011001110111100100011101101010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF19D; }

 p { color: rgb(207,241,157); }

 H1.HeaderClassName
 {
   color: #CFF19D;
 }
 .AnyTagClassName
 {
   color: #CFF19D;
 }
</style>
background-color css

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

 a { background-color: rgb(207,241,157); }

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

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

 span { border-color: rgb(207,241,157); }

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