Html Css Color HEX #D4FD85 Sulu

📋 copy color: '#D4FD85'

red 212 ◦ green 253 ◦ blue 133

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

Shades of Sulu #D4FD85

Tints of Sulu #D4FD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.24%

R = 35.45%
G = 42.31%
B = 22.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#D4FD85 (or 0xD4FD85) is known color: Sulu. HEX triplet: D4, FD and 85. RGB value is (212,253,133). Sum of RGB (Red+Green+Blue) = 212+253+133=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FD85 is #2B027A. Grayscale: #E3E3E3. Windows color (decimal): -2818683 or 8781268. OLE color: 8781268.

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

Color convert

RGB 212 253 133 -
CMYK 0.16 0 0.47 0.01
HSL 80.5º 0.97% 0.76% -
HSV(B) 80.5º 0.47% 0.99% -
XYZ 66.51 85.94 35.27 -
YUV 227.06 74.92 117.26 -
System Red Green Blue C M Y K H S L
Decimal 212 253 133 0.16 0 0.47 0.01 80.5 0.97 0.76
Hex D4 FD 85 10 0 2F 1 50 61 4C
Octal 324 375 205 20 0 57 1 120 141 114
Binary 11010100 11111101 10000101 10000 0 101111 1 1010000 1100001 1001100

Color Harmonies of #D4FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD85

Black with #D4FD85

Text Example


Text Example

White with #D4FD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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