Html Css Color HEX #D1F277 Sulu

📋 copy color: '#D1F277'

red 209 ◦ green 242 ◦ blue 119

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

Shades of Sulu #D1F277

Tints of Sulu #D1F277

RGB

 RED value IS 209 (82.03% from 255) = 36.67%

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

 BLUE value IS 119 (46.88% from 255) = 20.88%

R = 36.67%
G = 42.46%
B = 20.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#D1F277 (or 0xD1F277) is known color: Sulu. HEX triplet: D1, F2 and 77. RGB value is (209,242,119). Sum of RGB (Red+Green+Blue) = 209+242+119=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F277 is #2E0D88. Grayscale: #DADADA. Windows color (decimal): -3018121 or 7860945. OLE color: 7860945.

HSL color Cylindrical-coordinate representation of color #D1F277: hue angle of 76.1º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1F277 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 119 -
CMYK 0.14 0 0.51 0.05
HSL 76.1º 0.83% 0.71% -
HSV(B) 76.1º 0.51% 0.95% -
XYZ 61.38 78.39 29.35 -
YUV 218.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 209 242 119 0.14 0 0.51 0.05 76.1 0.83 0.71
Hex D1 F2 77 E 0 33 5 4C 53 47
Octal 321 362 167 16 0 63 5 114 123 107
Binary 11010001 11110010 1110111 1110 0 110011 101 1001100 1010011 1000111

Color Harmonies of #D1F277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F277

Black with #D1F277

Text Example


Text Example

White with #D1F277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F277; }

 p { color: rgb(209,242,119); }

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

background-color css

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

 a { background-color: rgb(209,242,119); }

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

border-color css

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

 span { border-color: rgb(209,242,119); }

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