Html Css Color HEX #CEF2A7 Reef

📋 copy color: '#CEF2A7'

red 206 ◦ green 242 ◦ blue 167

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

Shades of Reef #CEF2A7

Tints of Reef #CEF2A7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.35%

 BLUE value IS 167 (65.63% from 255) = 27.15%

R = 33.5%
G = 39.35%
B = 27.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#CEF2A7 (or 0xCEF2A7) is known color: Reef. HEX triplet: CE, F2 and A7. RGB value is (206,242,167). Sum of RGB (Red+Green+Blue) = 206+242+167=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2A7 is #310D58. Grayscale: #DEDEDE. Windows color (decimal): -3214681 or 11006670. OLE color: 11006670.

HSL color Cylindrical-coordinate representation of color #CEF2A7: hue angle of 88.8º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEF2A7 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 167 -
CMYK 0.15 0 0.31 0.05
HSL 88.8º 0.74% 0.8% -
HSV(B) 88.8º 0.31% 0.95% -
XYZ 64.18 79.42 48.51 -
YUV 222.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 206 242 167 0.15 0 0.31 0.05 88.8 0.74 0.8
Hex CE F2 A7 F 0 1F 5 59 4A 50
Octal 316 362 247 17 0 37 5 131 112 120
Binary 11001110 11110010 10100111 1111 0 11111 101 1011001 1001010 1010000

Color Harmonies of #CEF2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2A7

Black with #CEF2A7

Text Example


Text Example

White with #CEF2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2A7; }

 p { color: rgb(206,242,167); }

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

background-color css

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

 a { background-color: rgb(206,242,167); }

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

border-color css

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

 span { border-color: rgb(206,242,167); }

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