Html Css Color HEX #D4FD7A Sulu

📋 copy color: '#D4FD7A'

red 212 ◦ green 253 ◦ blue 122

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

Shades of Sulu #D4FD7A

Tints of Sulu #D4FD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.1%

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

R = 36.12%
G = 43.1%
B = 20.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#D4FD7A (or 0xD4FD7A) is known color: Sulu. HEX triplet: D4, FD and 7A. RGB value is (212,253,122). Sum of RGB (Red+Green+Blue) = 212+253+122=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FD7A is #2B0285. Grayscale: #E2E2E2. Windows color (decimal): -2818694 or 8060372. OLE color: 8060372.

HSL color Cylindrical-coordinate representation of color #D4FD7A: hue angle of 78.78º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4FD7A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 253 122 -
CMYK 0.16 0 0.52 0.01
HSL 78.78º 0.97% 0.74% -
HSV(B) 78.78º 0.52% 0.99% -
XYZ 65.79 85.65 31.48 -
YUV 225.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 212 253 122 0.16 0 0.52 0.01 78.78 0.97 0.74
Hex D4 FD 7A 10 0 34 1 4F 61 4A
Octal 324 375 172 20 0 64 1 117 141 112
Binary 11010100 11111101 1111010 10000 0 110100 1 1001111 1100001 1001010

Color Harmonies of #D4FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD7A

Black with #D4FD7A

Text Example


Text Example

White with #D4FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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