Html Css Color HEX #BDF76B Sulu

📋 copy color: '#BDF76B'

red 189 ◦ green 247 ◦ blue 107

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

Shades of Sulu #BDF76B

Tints of Sulu #BDF76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 34.81%
G = 45.49%
B = 19.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#BDF76B (or 0xBDF76B) is known color: Sulu. HEX triplet: BD, F7 and 6B. RGB value is (189,247,107). Sum of RGB (Red+Green+Blue) = 189+247+107=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76B is #420894. Grayscale: #D6D6D6. Windows color (decimal): -4327573 or 7075773. OLE color: 7075773.

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

Color convert

RGB 189 247 107 -
CMYK 0.23 0 0.57 0.03
HSL 84.86º 0.9% 0.69% -
HSV(B) 84.86º 0.57% 0.97% -
XYZ 56.9 78.4 26.04 -
YUV 213.7 67.78 110.38 -
System Red Green Blue C M Y K H S L
Decimal 189 247 107 0.23 0 0.57 0.03 84.86 0.9 0.69
Hex BD F7 6B 17 0 39 3 55 5A 45
Octal 275 367 153 27 0 71 3 125 132 105
Binary 10111101 11110111 1101011 10111 0 111001 11 1010101 1011010 1000101

Color Harmonies of #BDF76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF76B

Black with #BDF76B

Text Example


Text Example

White with #BDF76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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