Html Css Color HEX #D2F975 Sulu

📋 copy color: '#D2F975'

red 210 ◦ green 249 ◦ blue 117

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

Shades of Sulu #D2F975

Tints of Sulu #D2F975

RGB

 RED value IS 210 (82.42% from 255) = 36.46%

 GREEN value IS 249 (97.66% from 255) = 43.23%

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 36.46%
G = 43.23%
B = 20.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#D2F975 (or 0xD2F975) is known color: Sulu. HEX triplet: D2, F9 and 75. RGB value is (210,249,117). Sum of RGB (Red+Green+Blue) = 210+249+117=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F975 is #2D068A. Grayscale: #DEDEDE. Windows color (decimal): -2950795 or 7731666. OLE color: 7731666.

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

Color convert

RGB 210 249 117 -
CMYK 0.16 0 0.53 0.02
HSL 77.73º 0.92% 0.72% -
HSV(B) 77.73º 0.53% 0.98% -
XYZ 63.66 82.74 29.44 -
YUV 222.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 210 249 117 0.16 0 0.53 0.02 77.73 0.92 0.72
Hex D2 F9 75 10 0 35 2 4E 5C 48
Octal 322 371 165 20 0 65 2 116 134 110
Binary 11010010 11111001 1110101 10000 0 110101 10 1001110 1011100 1001000

Color Harmonies of #D2F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F975

Black with #D2F975

Text Example


Text Example

White with #D2F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F975; }

 p { color: rgb(210,249,117); }

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

background-color css

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

 a { background-color: rgb(210,249,117); }

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

border-color css

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

 span { border-color: rgb(210,249,117); }

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