Html Css Color HEX #D4FB85 Sulu

📋 copy color: '#D4FB85'

red 212 ◦ green 251 ◦ blue 133

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

Shades of Sulu #D4FB85

Tints of Sulu #D4FB85

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.11%

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

R = 35.57%
G = 42.11%
B = 22.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#D4FB85 (or 0xD4FB85) is known color: Sulu. HEX triplet: D4, FB and 85. RGB value is (212,251,133). Sum of RGB (Red+Green+Blue) = 212+251+133=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FB85 is #2B047A. Grayscale: #E2E2E2. Windows color (decimal): -2819195 or 8780756. OLE color: 8780756.

HSL color Cylindrical-coordinate representation of color #D4FB85: hue angle of 79.83º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4FB85 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 251 133 -
CMYK 0.16 0 0.47 0.02
HSL 79.83º 0.94% 0.75% -
HSV(B) 79.83º 0.47% 0.98% -
XYZ 65.88 84.68 35.06 -
YUV 225.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 212 251 133 0.16 0 0.47 0.02 79.83 0.94 0.75
Hex D4 FB 85 10 0 2F 2 50 5E 4B
Octal 324 373 205 20 0 57 2 120 136 113
Binary 11010100 11111011 10000101 10000 0 101111 10 1010000 1011110 1001011

Color Harmonies of #D4FB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB85

Black with #D4FB85

Text Example


Text Example

White with #D4FB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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