Html Css Color HEX #BDF96D Sulu

📋 copy color: '#BDF96D'

red 189 ◦ green 249 ◦ blue 109

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

Shades of Sulu #BDF96D

Tints of Sulu #BDF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 34.55%
G = 45.52%
B = 19.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#BDF96D (or 0xBDF96D) is known color: Sulu. HEX triplet: BD, F9 and 6D. RGB value is (189,249,109). Sum of RGB (Red+Green+Blue) = 189+249+109=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF96D is #420692. Grayscale: #D7D7D7. Windows color (decimal): -4327059 or 7207357. OLE color: 7207357.

HSL color Cylindrical-coordinate representation of color #BDF96D: hue angle of 85.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF96D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 109 -
CMYK 0.24 0 0.56 0.02
HSL 85.71º 0.92% 0.7% -
HSV(B) 85.71º 0.56% 0.98% -
XYZ 57.62 79.67 26.81 -
YUV 215.1 68.12 109.38 -
System Red Green Blue C M Y K H S L
Decimal 189 249 109 0.24 0 0.56 0.02 85.71 0.92 0.7
Hex BD F9 6D 18 0 38 2 56 5C 46
Octal 275 371 155 30 0 70 2 126 134 106
Binary 10111101 11111001 1101101 11000 0 111000 10 1010110 1011100 1000110

Color Harmonies of #BDF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF96D

Black with #BDF96D

Text Example


Text Example

White with #BDF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF96D; }

 p { color: rgb(189,249,109); }

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

background-color css

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

 a { background-color: rgb(189,249,109); }

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

border-color css

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

 span { border-color: rgb(189,249,109); }

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