Html Css Color HEX #CEF08F Reef

📋 copy color: '#CEF08F'

red 206 ◦ green 240 ◦ blue 143

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

Shades of Reef #CEF08F

Tints of Reef #CEF08F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

 BLUE value IS 143 (56.25% from 255) = 24.28%

R = 34.97%
G = 40.75%
B = 24.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#CEF08F (or 0xCEF08F) is known color: Reef. HEX triplet: CE, F0 and 8F. RGB value is (206,240,143). Sum of RGB (Red+Green+Blue) = 206+240+143=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08F is #310F70. Grayscale: #DBDBDB. Windows color (decimal): -3215217 or 9433294. OLE color: 9433294.

HSL color Cylindrical-coordinate representation of color #CEF08F: hue angle of 81.03º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF08F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 143 -
CMYK 0.14 0 0.40 0.06
HSL 81.03º 0.76% 0.75% -
HSV(B) 81.03º 0.4% 0.94% -
XYZ 61.57 77.43 37.69 -
YUV 218.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 206 240 143 0.14 0 0.40 0.06 81.03 0.76 0.75
Hex CE F0 8F E 0 28 6 51 4C 4B
Octal 316 360 217 16 0 50 6 121 114 113
Binary 11001110 11110000 10001111 1110 0 101000 110 1010001 1001100 1001011

Color Harmonies of #CEF08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF08F

Black with #CEF08F

Text Example


Text Example

White with #CEF08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF08F; }

 p { color: rgb(206,240,143); }

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

background-color css

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

 a { background-color: rgb(206,240,143); }

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

border-color css

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

 span { border-color: rgb(206,240,143); }

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