Html Css Color HEX #CEFC8D Reef

📋 copy color: '#CEFC8D'

red 206 ◦ green 252 ◦ blue 141

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

Shades of Reef #CEFC8D

Tints of Reef #CEFC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.54%

R = 34.39%
G = 42.07%
B = 23.54%

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

#CEFC8D (or 0xCEFC8D) is known color: Reef. HEX triplet: CE, FC and 8D. RGB value is (206,252,141). Sum of RGB (Red+Green+Blue) = 206+252+141=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC8D is #310372. Grayscale: #E1E1E1. Windows color (decimal): -3212147 or 9305294. OLE color: 9305294.

HSL color Cylindrical-coordinate representation of color #CEFC8D: hue angle of 84.86º 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 #CEFC8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 141 -
CMYK 0.18 0 0.44 0.01
HSL 84.86º 0.95% 0.77% -
HSV(B) 84.86º 0.44% 0.99% -
XYZ 65.07 84.67 38.11 -
YUV 225.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 206 252 141 0.18 0 0.44 0.01 84.86 0.95 0.77
Hex CE FC 8D 12 0 2C 1 55 5F 4D
Octal 316 374 215 22 0 54 1 125 137 115
Binary 11001110 11111100 10001101 10010 0 101100 1 1010101 1011111 1001101

Color Harmonies of #CEFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC8D

Black with #CEFC8D

Text Example


Text Example

White with #CEFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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