Html Css Color HEX #BDF76A Sulu

📋 copy color: '#BDF76A'

red 189 ◦ green 247 ◦ blue 106

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

Shades of Sulu #BDF76A

Tints of Sulu #BDF76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 34.87%
G = 45.57%
B = 19.56%

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

#BDF76A (or 0xBDF76A) is known color: Sulu. HEX triplet: BD, F7 and 6A. RGB value is (189,247,106). Sum of RGB (Red+Green+Blue) = 189+247+106=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76A is #420895. Grayscale: #D6D6D6. Windows color (decimal): -4327574 or 7010237. OLE color: 7010237.

HSL color Cylindrical-coordinate representation of color #BDF76A: hue angle of 84.68º 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 #BDF76A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 106 -
CMYK 0.23 0 0.57 0.03
HSL 84.68º 0.9% 0.69% -
HSV(B) 84.68º 0.57% 0.97% -
XYZ 56.85 78.38 25.77 -
YUV 213.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 189 247 106 0.23 0 0.57 0.03 84.68 0.9 0.69
Hex BD F7 6A 17 0 39 3 55 5A 45
Octal 275 367 152 27 0 71 3 125 132 105
Binary 10111101 11110111 1101010 10111 0 111001 11 1010101 1011010 1000101

Color Harmonies of #BDF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF76A

Black with #BDF76A

Text Example


Text Example

White with #BDF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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