Html Css Color HEX #D0F975 Sulu

📋 copy color: '#D0F975'

red 208 ◦ green 249 ◦ blue 117

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

Shades of Sulu #D0F975

Tints of Sulu #D0F975

RGB

 RED value IS 208 (81.64% from 255) = 36.24%

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

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

R = 36.24%
G = 43.38%
B = 20.38%

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

#D0F975 (or 0xD0F975) is known color: Sulu. HEX triplet: D0, F9 and 75. RGB value is (208,249,117). Sum of RGB (Red+Green+Blue) = 208+249+117=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F975 is #2F068A. Grayscale: #DEDEDE. Windows color (decimal): -3081867 or 7731664. OLE color: 7731664.

HSL color Cylindrical-coordinate representation of color #D0F975: hue angle of 78.64º 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 #D0F975 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 117 -
CMYK 0.16 0 0.53 0.02
HSL 78.64º 0.92% 0.72% -
HSV(B) 78.64º 0.53% 0.98% -
XYZ 63.1 82.45 29.42 -
YUV 221.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 208 249 117 0.16 0 0.53 0.02 78.64 0.92 0.72
Hex D0 F9 75 10 0 35 2 4F 5C 48
Octal 320 371 165 20 0 65 2 117 134 110
Binary 11010000 11111001 1110101 10000 0 110101 10 1001111 1011100 1001000

Color Harmonies of #D0F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F975

Black with #D0F975

Text Example


Text Example

White with #D0F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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