#CFE692

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

Shades of Reef #CFE692

Tints of Reef #CFE692

Color information

#CFE692 (or 0xCFE692) is unknown color: approx Reef. HEX triplet: CF, E6 and 92. RGB value is (207,230,146). Sum of RGB (Red+Green+Blue) = 207+230+146=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE692 is #30196D. Grayscale: #D5D5D5. Windows color (decimal): -3152238 or 9627343. OLE color: 9627343.

HSL color Cylindrical-coordinate representation of color #CFE692: hue angle of 76.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE692 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB207230146-
CMYK0.1000.370.10
HSL76.43º62.69%73.73%-
HSV(B)76.43º36.52%90.2%-
XYZ59.2271.9337.96-
YUV213.5589.88123.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 146 (57.42% from 255) = 25.04%
R=35.51%
G=39.45%
B=25.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301460.1000.370.1076.4362.6973.73
HexCFE692A025A4c3f4a
Octal317346222120451211477112
Binary11001111111001101001001010100100101101010011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE692; }

 p { color: rgb(207,230,146); }

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

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

 a { background-color: rgb(207,230,146); }

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

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

 span { border-color: rgb(207,230,146); }

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