Html Css Color HEX #CEF69A Reef

📋 copy color: '#CEF69A'

red 206 ◦ green 246 ◦ blue 154

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

Shades of Reef #CEF69A

Tints of Reef #CEF69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.41%

R = 33.99%
G = 40.59%
B = 25.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#CEF69A (or 0xCEF69A) is known color: Reef. HEX triplet: CE, F6 and 9A. RGB value is (206,246,154). Sum of RGB (Red+Green+Blue) = 206+246+154=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF69A is #310965. Grayscale: #DFDFDF. Windows color (decimal): -3213670 or 10155726. OLE color: 10155726.

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

Color convert

RGB 206 246 154 -
CMYK 0.16 0 0.37 0.04
HSL 86.09º 0.84% 0.78% -
HSV(B) 86.09º 0.37% 0.96% -
XYZ 64.24 81.37 42.89 -
YUV 223.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 206 246 154 0.16 0 0.37 0.04 86.09 0.84 0.78
Hex CE F6 9A 10 0 25 4 56 54 4E
Octal 316 366 232 20 0 45 4 126 124 116
Binary 11001110 11110110 10011010 10000 0 100101 100 1010110 1010100 1001110

Color Harmonies of #CEF69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF69A

Black with #CEF69A

Text Example


Text Example

White with #CEF69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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