Html Css Color HEX #CEFD8C Reef

📋 copy color: '#CEFD8C'

red 206 ◦ green 253 ◦ blue 140

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

Shades of Reef #CEFD8C

Tints of Reef #CEFD8C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

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

R = 34.39%
G = 42.24%
B = 23.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#CEFD8C (or 0xCEFD8C) is known color: Reef. HEX triplet: CE, FD and 8C. RGB value is (206,253,140). Sum of RGB (Red+Green+Blue) = 206+253+140=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD8C is #310273. Grayscale: #E2E2E2. Windows color (decimal): -3211892 or 9240014. OLE color: 9240014.

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

Color convert

RGB 206 253 140 -
CMYK 0.19 0 0.45 0.01
HSL 84.96º 0.97% 0.77% -
HSV(B) 84.96º 0.45% 0.99% -
XYZ 65.31 85.27 37.83 -
YUV 226.07 79.43 113.69 -
System Red Green Blue C M Y K H S L
Decimal 206 253 140 0.19 0 0.45 0.01 84.96 0.97 0.77
Hex CE FD 8C 13 0 2D 1 55 61 4D
Octal 316 375 214 23 0 55 1 125 141 115
Binary 11001110 11111101 10001100 10011 0 101101 1 1010101 1100001 1001101

Color Harmonies of #CEFD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD8C

Black with #CEFD8C

Text Example


Text Example

White with #CEFD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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