Html Css Color HEX #D4F28A Sulu

📋 copy color: '#D4F28A'

red 212 ◦ green 242 ◦ blue 138

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

Shades of Sulu #D4F28A

Tints of Sulu #D4F28A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.88%

 BLUE value IS 138 (54.3% from 255) = 23.31%

R = 35.81%
G = 40.88%
B = 23.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#D4F28A (or 0xD4F28A) is known color: Sulu. HEX triplet: D4, F2 and 8A. RGB value is (212,242,138). Sum of RGB (Red+Green+Blue) = 212+242+138=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F28A is #2B0D75. Grayscale: #DDDDDD. Windows color (decimal): -2821494 or 9106132. OLE color: 9106132.

HSL color Cylindrical-coordinate representation of color #D4F28A: hue angle of 77.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4F28A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 138 -
CMYK 0.12 0 0.43 0.05
HSL 77.31º 0.8% 0.75% -
HSV(B) 77.31º 0.43% 0.95% -
XYZ 63.49 79.34 36.01 -
YUV 221.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 212 242 138 0.12 0 0.43 0.05 77.31 0.8 0.75
Hex D4 F2 8A C 0 2B 5 4D 50 4B
Octal 324 362 212 14 0 53 5 115 120 113
Binary 11010100 11110010 10001010 1100 0 101011 101 1001101 1010000 1001011

Color Harmonies of #D4F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F28A

Black with #D4F28A

Text Example


Text Example

White with #D4F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F28A; }

 p { color: rgb(212,242,138); }

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

background-color css

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

 a { background-color: rgb(212,242,138); }

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

border-color css

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

 span { border-color: rgb(212,242,138); }

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