Html Css Color HEX #D4F67A Sulu

📋 copy color: '#D4F67A'

red 212 ◦ green 246 ◦ blue 122

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

Shades of Sulu #D4F67A

Tints of Sulu #D4F67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.41%

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 36.55%
G = 42.41%
B = 21.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#D4F67A (or 0xD4F67A) is known color: Sulu. HEX triplet: D4, F6 and 7A. RGB value is (212,246,122). Sum of RGB (Red+Green+Blue) = 212+246+122=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F67A is #2B0985. Grayscale: #DEDEDE. Windows color (decimal): -2820486 or 8058580. OLE color: 8058580.

HSL color Cylindrical-coordinate representation of color #D4F67A: hue angle of 76.45º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F67A is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 246 122 -
CMYK 0.14 0 0.50 0.04
HSL 76.45º 0.87% 0.72% -
HSV(B) 76.45º 0.5% 0.96% -
XYZ 63.62 81.31 30.75 -
YUV 221.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 212 246 122 0.14 0 0.50 0.04 76.45 0.87 0.72
Hex D4 F6 7A E 0 32 4 4C 57 48
Octal 324 366 172 16 0 62 4 114 127 110
Binary 11010100 11110110 1111010 1110 0 110010 100 1001100 1010111 1001000

Color Harmonies of #D4F67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F67A

Black with #D4F67A

Text Example


Text Example

White with #D4F67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F67A; }

 p { color: rgb(212,246,122); }

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

background-color css

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

 a { background-color: rgb(212,246,122); }

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

border-color css

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

 span { border-color: rgb(212,246,122); }

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