Html Css Color HEX #CEF994 Reef

📋 copy color: '#CEF994'

red 206 ◦ green 249 ◦ blue 148

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

Shades of Reef #CEF994

Tints of Reef #CEF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

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

R = 34.16%
G = 41.29%
B = 24.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CEF994 (or 0xCEF994) is known color: Reef. HEX triplet: CE, F9 and 94. RGB value is (206,249,148). Sum of RGB (Red+Green+Blue) = 206+249+148=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF994 is #31066B. Grayscale: #E0E0E0. Windows color (decimal): -3212908 or 9763278. OLE color: 9763278.

HSL color Cylindrical-coordinate representation of color #CEF994: hue angle of 85.54º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEF994 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 148 -
CMYK 0.17 0 0.41 0.02
HSL 85.54º 0.89% 0.78% -
HSV(B) 85.54º 0.41% 0.98% -
XYZ 64.67 83.01 40.63 -
YUV 224.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 206 249 148 0.17 0 0.41 0.02 85.54 0.89 0.78
Hex CE F9 94 11 0 29 2 56 59 4E
Octal 316 371 224 21 0 51 2 126 131 116
Binary 11001110 11111001 10010100 10001 0 101001 10 1010110 1011001 1001110

Color Harmonies of #CEF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF994

Black with #CEF994

Text Example


Text Example

White with #CEF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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