Html Css Color HEX #BDF06D Sulu

📋 copy color: '#BDF06D'

red 189 ◦ green 240 ◦ blue 109

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

Shades of Sulu #BDF06D

Tints of Sulu #BDF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

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

R = 35.13%
G = 44.61%
B = 20.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#BDF06D (or 0xBDF06D) is known color: Sulu. HEX triplet: BD, F0 and 6D. RGB value is (189,240,109). Sum of RGB (Red+Green+Blue) = 189+240+109=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF06D is #420F92. Grayscale: #D2D2D2. Windows color (decimal): -4329363 or 7205053. OLE color: 7205053.

HSL color Cylindrical-coordinate representation of color #BDF06D: hue angle of 83.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF06D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 109 -
CMYK 0.21 0 0.55 0.06
HSL 83.36º 0.81% 0.68% -
HSV(B) 83.36º 0.55% 0.94% -
XYZ 54.91 74.24 25.9 -
YUV 209.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 189 240 109 0.21 0 0.55 0.06 83.36 0.81 0.68
Hex BD F0 6D 15 0 37 6 53 51 44
Octal 275 360 155 25 0 67 6 123 121 104
Binary 10111101 11110000 1101101 10101 0 110111 110 1010011 1010001 1000100

Color Harmonies of #BDF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF06D

Black with #BDF06D

Text Example


Text Example

White with #BDF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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