Html Css Color HEX #CEF094 Reef

📋 copy color: '#CEF094'

red 206 ◦ green 240 ◦ blue 148

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

Shades of Reef #CEF094

Tints of Reef #CEF094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 34.68%
G = 40.4%
B = 24.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CEF094 (or 0xCEF094) is known color: Reef. HEX triplet: CE, F0 and 94. RGB value is (206,240,148). Sum of RGB (Red+Green+Blue) = 206+240+148=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF094 is #310F6B. Grayscale: #DBDBDB. Windows color (decimal): -3215212 or 9760974. OLE color: 9760974.

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

Color convert

RGB 206 240 148 -
CMYK 0.14 0 0.38 0.06
HSL 82.17º 0.75% 0.76% -
HSV(B) 82.17º 0.38% 0.94% -
XYZ 61.96 77.58 39.73 -
YUV 219.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 206 240 148 0.14 0 0.38 0.06 82.17 0.75 0.76
Hex CE F0 94 E 0 26 6 52 4B 4C
Octal 316 360 224 16 0 46 6 122 113 114
Binary 11001110 11110000 10010100 1110 0 100110 110 1010010 1001011 1001100

Color Harmonies of #CEF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF094

Black with #CEF094

Text Example


Text Example

White with #CEF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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