Html Css Color HEX #BDF377 Sulu

📋 copy color: '#BDF377'

red 189 ◦ green 243 ◦ blue 119

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

Shades of Sulu #BDF377

Tints of Sulu #BDF377

RGB

 RED value IS 189 (74.22% from 255) = 34.3%

 GREEN value IS 243 (95.31% from 255) = 44.1%

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

R = 34.3%
G = 44.1%
B = 21.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BDF377 (or 0xBDF377) is known color: Sulu. HEX triplet: BD, F3 and 77. RGB value is (189,243,119). Sum of RGB (Red+Green+Blue) = 189+243+119=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF377 is #420C88. Grayscale: #D5D5D5. Windows color (decimal): -4328585 or 7861181. OLE color: 7861181.

HSL color Cylindrical-coordinate representation of color #BDF377: hue angle of 86.13º degrees, saturation: 0.84, 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 #BDF377 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 119 -
CMYK 0.22 0 0.51 0.05
HSL 86.13º 0.84% 0.71% -
HSV(B) 86.13º 0.51% 0.95% -
XYZ 56.37 76.25 29.2 -
YUV 212.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 189 243 119 0.22 0 0.51 0.05 86.13 0.84 0.71
Hex BD F3 77 16 0 33 5 56 54 47
Octal 275 363 167 26 0 63 5 126 124 107
Binary 10111101 11110011 1110111 10110 0 110011 101 1010110 1010100 1000111

Color Harmonies of #BDF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF377

Black with #BDF377

Text Example


Text Example

White with #BDF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF377; }

 p { color: rgb(189,243,119); }

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

background-color css

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

 a { background-color: rgb(189,243,119); }

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

border-color css

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

 span { border-color: rgb(189,243,119); }

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