Html Css Color HEX #CEF698 Reef

📋 copy color: '#CEF698'

red 206 ◦ green 246 ◦ blue 152

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

Shades of Reef #CEF698

Tints of Reef #CEF698

RGB

 RED value IS 206 (80.86% from 255) = 34.11%

 GREEN value IS 246 (96.48% from 255) = 40.73%

 BLUE value IS 152 (59.77% from 255) = 25.17%

R = 34.11%
G = 40.73%
B = 25.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CEF698 (or 0xCEF698) is known color: Reef. HEX triplet: CE, F6 and 98. RGB value is (206,246,152). Sum of RGB (Red+Green+Blue) = 206+246+152=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF698 is #310967. Grayscale: #DFDFDF. Windows color (decimal): -3213672 or 10024654. OLE color: 10024654.

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

Color convert

RGB 206 246 152 -
CMYK 0.16 0 0.38 0.04
HSL 85.53º 0.84% 0.78% -
HSV(B) 85.53º 0.38% 0.96% -
XYZ 64.08 81.3 42.02 -
YUV 223.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 206 246 152 0.16 0 0.38 0.04 85.53 0.84 0.78
Hex CE F6 98 10 0 26 4 56 54 4E
Octal 316 366 230 20 0 46 4 126 124 116
Binary 11001110 11110110 10011000 10000 0 100110 100 1010110 1010100 1001110

Color Harmonies of #CEF698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF698

Black with #CEF698

Text Example


Text Example

White with #CEF698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF698; }

 p { color: rgb(206,246,152); }

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

background-color css

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

 a { background-color: rgb(206,246,152); }

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

border-color css

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

 span { border-color: rgb(206,246,152); }

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