Html Css Color HEX #CEFC8C Reef

📋 copy color: '#CEFC8C'

red 206 ◦ green 252 ◦ blue 140

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

Shades of Reef #CEFC8C

Tints of Reef #CEFC8C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.14%

 BLUE value IS 140 (55.08% from 255) = 23.41%

R = 34.45%
G = 42.14%
B = 23.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#CEFC8C (or 0xCEFC8C) is known color: Reef. HEX triplet: CE, FC and 8C. RGB value is (206,252,140). Sum of RGB (Red+Green+Blue) = 206+252+140=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC8C is #310373. Grayscale: #E1E1E1. Windows color (decimal): -3212148 or 9239758. OLE color: 9239758.

HSL color Cylindrical-coordinate representation of color #CEFC8C: hue angle of 84.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEFC8C is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 140 -
CMYK 0.18 0 0.44 0.01
HSL 84.64º 0.95% 0.77% -
HSV(B) 84.64º 0.44% 0.99% -
XYZ 65 84.64 37.72 -
YUV 225.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 206 252 140 0.18 0 0.44 0.01 84.64 0.95 0.77
Hex CE FC 8C 12 0 2C 1 55 5F 4D
Octal 316 374 214 22 0 54 1 125 137 115
Binary 11001110 11111100 10001100 10010 0 101100 1 1010101 1011111 1001101

Color Harmonies of #CEFC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC8C

Black with #CEFC8C

Text Example


Text Example

White with #CEFC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC8C; }

 p { color: rgb(206,252,140); }

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

background-color css

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

 a { background-color: rgb(206,252,140); }

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

border-color css

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

 span { border-color: rgb(206,252,140); }

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