#CFF38E

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

Shades of Reef #CFF38E

Tints of Reef #CFF38E

Color information

#CFF38E (or 0xCFF38E) is unknown color: approx Reef. HEX triplet: CF, F3 and 8E. RGB value is (207,243,142). Sum of RGB (Red+Green+Blue) = 207+243+142=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF38E is #300C71. Grayscale: #DDDDDD. Windows color (decimal): -3148914 or 9368527. OLE color: 9368527.

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

Color convert

RGB207243142-
CMYK0.1500.420.05
HSL81.39º80.8%75.49%-
HSV(B)81.39º41.56%95.29%-
XYZ62.6779.3237.6-
YUV220.7283.57118.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 142 (55.86% from 255) = 23.99%
R=34.97%
G=41.05%
B=23.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431420.1500.420.0581.3980.875.49
HexCFF38EF02A551514b
Octal317363216170525121121113
Binary11001111111100111000111011110101010101101000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF38E; }

 p { color: rgb(207,243,142); }

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

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

 a { background-color: rgb(207,243,142); }

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

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

 span { border-color: rgb(207,243,142); }

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