Html Css Color HEX #CEF699 Reef

📋 copy color: '#CEF699'

red 206 ◦ green 246 ◦ blue 153

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

Shades of Reef #CEF699

Tints of Reef #CEF699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.29%

R = 34.05%
G = 40.66%
B = 25.29%

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

#CEF699 (or 0xCEF699) is known color: Reef. HEX triplet: CE, F6 and 99. RGB value is (206,246,153). Sum of RGB (Red+Green+Blue) = 206+246+153=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF699 is #310966. Grayscale: #DFDFDF. Windows color (decimal): -3213671 or 10090190. OLE color: 10090190.

HSL color Cylindrical-coordinate representation of color #CEF699: hue angle of 85.81º 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 #CEF699 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 153 -
CMYK 0.16 0 0.38 0.04
HSL 85.81º 0.84% 0.78% -
HSV(B) 85.81º 0.38% 0.96% -
XYZ 64.16 81.33 42.45 -
YUV 223.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 206 246 153 0.16 0 0.38 0.04 85.81 0.84 0.78
Hex CE F6 99 10 0 26 4 56 54 4E
Octal 316 366 231 20 0 46 4 126 124 116
Binary 11001110 11110110 10011001 10000 0 100110 100 1010110 1010100 1001110

Color Harmonies of #CEF699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF699

Black with #CEF699

Text Example


Text Example

White with #CEF699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF699; }

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

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

background-color css

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

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

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

border-color css

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

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

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