Html Css Color HEX #CEF993 Reef

📋 copy color: '#CEF993'

red 206 ◦ green 249 ◦ blue 147

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

Shades of Reef #CEF993

Tints of Reef #CEF993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.42%

R = 34.22%
G = 41.36%
B = 24.42%

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

#CEF993 (or 0xCEF993) is known color: Reef. HEX triplet: CE, F9 and 93. RGB value is (206,249,147). Sum of RGB (Red+Green+Blue) = 206+249+147=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF993 is #31066C. Grayscale: #E0E0E0. Windows color (decimal): -3212909 or 9697742. OLE color: 9697742.

HSL color Cylindrical-coordinate representation of color #CEF993: hue angle of 85.29º 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 #CEF993 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 147 -
CMYK 0.17 0 0.41 0.02
HSL 85.29º 0.89% 0.78% -
HSV(B) 85.29º 0.41% 0.98% -
XYZ 64.6 82.98 40.22 -
YUV 224.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 206 249 147 0.17 0 0.41 0.02 85.29 0.89 0.78
Hex CE F9 93 11 0 29 2 55 59 4E
Octal 316 371 223 21 0 51 2 125 131 116
Binary 11001110 11111001 10010011 10001 0 101001 10 1010101 1011001 1001110

Color Harmonies of #CEF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF993

Black with #CEF993

Text Example


Text Example

White with #CEF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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