Html Css Color HEX #DCEF98 Reef

📋 copy color: '#DCEF98'

red 220 ◦ green 239 ◦ blue 152

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

Shades of Reef #DCEF98

Tints of Reef #DCEF98

RGB

 RED value IS 220 (86.33% from 255) = 36.01%

 GREEN value IS 239 (93.75% from 255) = 39.12%

 BLUE value IS 152 (59.77% from 255) = 24.88%

R = 36.01%
G = 39.12%
B = 24.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#DCEF98 (or 0xDCEF98) is known color: Reef. HEX triplet: DC, EF and 98. RGB value is (220,239,152). Sum of RGB (Red+Green+Blue) = 220+239+152=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF98 is #231067. Grayscale: #DFDFDF. Windows color (decimal): -2297960 or 10022876. OLE color: 10022876.

HSL color Cylindrical-coordinate representation of color #DCEF98: hue angle of 73.1º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCEF98 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 152 -
CMYK 0.08 0 0.36 0.06
HSL 73.1º 0.73% 0.77% -
HSV(B) 73.1º 0.36% 0.94% -
XYZ 66.05 79.22 41.51 -
YUV 223.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 220 239 152 0.08 0 0.36 0.06 73.1 0.73 0.77
Hex DC EF 98 8 0 24 6 49 49 4D
Octal 334 357 230 10 0 44 6 111 111 115
Binary 11011100 11101111 10011000 1000 0 100100 110 1001001 1001001 1001101

Color Harmonies of #DCEF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF98

Black with #DCEF98

Text Example


Text Example

White with #DCEF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF98; }

 p { color: rgb(220,239,152); }

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

background-color css

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

 a { background-color: rgb(220,239,152); }

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

border-color css

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

 span { border-color: rgb(220,239,152); }

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