Html Css Color HEX #BDF77F Sulu

📋 copy color: '#BDF77F'

red 189 ◦ green 247 ◦ blue 127

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

Shades of Sulu #BDF77F

Tints of Sulu #BDF77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.87%

 BLUE value IS 127 (50% from 255) = 22.56%

R = 33.57%
G = 43.87%
B = 22.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#BDF77F (or 0xBDF77F) is known color: Sulu. HEX triplet: BD, F7 and 7F. RGB value is (189,247,127). Sum of RGB (Red+Green+Blue) = 189+247+127=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF77F is #420880. Grayscale: #D8D8D8. Windows color (decimal): -4327553 or 8386493. OLE color: 8386493.

HSL color Cylindrical-coordinate representation of color #BDF77F: hue angle of 89º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF77F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 127 -
CMYK 0.23 0 0.49 0.03
HSL 89º 0.88% 0.73% -
HSV(B) 89º 0.49% 0.97% -
XYZ 58.08 78.87 32.24 -
YUV 215.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 189 247 127 0.23 0 0.49 0.03 89 0.88 0.73
Hex BD F7 7F 17 0 31 3 59 58 49
Octal 275 367 177 27 0 61 3 131 130 111
Binary 10111101 11110111 1111111 10111 0 110001 11 1011001 1011000 1001001

Color Harmonies of #BDF77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF77F

Black with #BDF77F

Text Example


Text Example

White with #BDF77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF77F; }

 p { color: rgb(189,247,127); }

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

background-color css

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

 a { background-color: rgb(189,247,127); }

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

border-color css

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

 span { border-color: rgb(189,247,127); }

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