Html Css Color HEX #CEF696 Reef

📋 copy color: '#CEF696'

red 206 ◦ green 246 ◦ blue 150

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

Shades of Reef #CEF696

Tints of Reef #CEF696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 34.22%
G = 40.86%
B = 24.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CEF696 (or 0xCEF696) is known color: Reef. HEX triplet: CE, F6 and 96. RGB value is (206,246,150). Sum of RGB (Red+Green+Blue) = 206+246+150=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF696 is #310969. Grayscale: #DFDFDF. Windows color (decimal): -3213674 or 9893582. OLE color: 9893582.

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

Color convert

RGB 206 246 150 -
CMYK 0.16 0 0.39 0.04
HSL 85º 0.84% 0.78% -
HSV(B) 85º 0.39% 0.96% -
XYZ 63.91 81.24 41.17 -
YUV 223.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 206 246 150 0.16 0 0.39 0.04 85 0.84 0.78
Hex CE F6 96 10 0 27 4 55 54 4E
Octal 316 366 226 20 0 47 4 125 124 116
Binary 11001110 11110110 10010110 10000 0 100111 100 1010101 1010100 1001110

Color Harmonies of #CEF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF696

Black with #CEF696

Text Example


Text Example

White with #CEF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF696; }

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

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

background-color css

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

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

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

border-color css

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

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

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