Html Css Color HEX #D4F994 Reef

📋 copy color: '#D4F994'

red 212 ◦ green 249 ◦ blue 148

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

Shades of Reef #D4F994

Tints of Reef #D4F994

RGB

 RED value IS 212 (83.2% from 255) = 34.81%

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

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

R = 34.81%
G = 40.89%
B = 24.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#D4F994 (or 0xD4F994) is known color: Reef. HEX triplet: D4, F9 and 94. RGB value is (212,249,148). Sum of RGB (Red+Green+Blue) = 212+249+148=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F994 is #2B066B. Grayscale: #E2E2E2. Windows color (decimal): -2819692 or 9763284. OLE color: 9763284.

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

Color convert

RGB 212 249 148 -
CMYK 0.15 0 0.41 0.02
HSL 81.98º 0.89% 0.78% -
HSV(B) 81.98º 0.41% 0.98% -
XYZ 66.37 83.89 40.71 -
YUV 226.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 212 249 148 0.15 0 0.41 0.02 81.98 0.89 0.78
Hex D4 F9 94 F 0 29 2 52 59 4E
Octal 324 371 224 17 0 51 2 122 131 116
Binary 11010100 11111001 10010100 1111 0 101001 10 1010010 1011001 1001110

Color Harmonies of #D4F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F994

Black with #D4F994

Text Example


Text Example

White with #D4F994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F994; }

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

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

background-color css

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

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

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

border-color css

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

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

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