Html Css Color HEX #DDFE94 Reef

📋 copy color: '#DDFE94'

red 221 ◦ green 254 ◦ blue 148

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

Shades of Reef #DDFE94

Tints of Reef #DDFE94

RGB

 RED value IS 221 (86.72% from 255) = 35.47%

 GREEN value IS 254 (99.61% from 255) = 40.77%

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

R = 35.47%
G = 40.77%
B = 23.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#DDFE94 (or 0xDDFE94) is known color: Reef. HEX triplet: DD, FE and 94. RGB value is (221,254,148). Sum of RGB (Red+Green+Blue) = 221+254+148=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE94 is #22016B. Grayscale: #E8E8E8. Windows color (decimal): -2228588 or 9764573. OLE color: 9764573.

HSL color Cylindrical-coordinate representation of color #DDFE94: hue angle of 78.68º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDFE94 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 148 -
CMYK 0.13 0 0.42 0.00
HSL 78.68º 0.98% 0.79% -
HSV(B) 78.68º 0.42% 1% -
XYZ 70.61 88.39 41.36 -
YUV 232.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 221 254 148 0.13 0 0.42 0.00 78.68 0.98 0.79
Hex DD FE 94 D 0 2A 0 4F 62 4F
Octal 335 376 224 15 0 52 0 117 142 117
Binary 11011101 11111110 10010100 1101 0 101010 0 1001111 1100010 1001111

Color Harmonies of #DDFE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE94

Black with #DDFE94

Text Example


Text Example

White with #DDFE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE94; }

 p { color: rgb(221,254,148); }

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

background-color css

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

 a { background-color: rgb(221,254,148); }

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

border-color css

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

 span { border-color: rgb(221,254,148); }

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