Html Css Color HEX #BDF06B Sulu

📋 copy color: '#BDF06B'

red 189 ◦ green 240 ◦ blue 107

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

Shades of Sulu #BDF06B

Tints of Sulu #BDF06B

RGB

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

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

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

R = 35.26%
G = 44.78%
B = 19.96%

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

#BDF06B (or 0xBDF06B) is known color: Sulu. HEX triplet: BD, F0 and 6B. RGB value is (189,240,107). Sum of RGB (Red+Green+Blue) = 189+240+107=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF06B is #420F94. Grayscale: #D2D2D2. Windows color (decimal): -4329365 or 7073981. OLE color: 7073981.

HSL color Cylindrical-coordinate representation of color #BDF06B: hue angle of 83.01º degrees, saturation: 0.82, 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 #BDF06B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 107 -
CMYK 0.21 0 0.55 0.06
HSL 83.01º 0.82% 0.68% -
HSV(B) 83.01º 0.55% 0.94% -
XYZ 54.8 74.2 25.34 -
YUV 209.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 189 240 107 0.21 0 0.55 0.06 83.01 0.82 0.68
Hex BD F0 6B 15 0 37 6 53 52 44
Octal 275 360 153 25 0 67 6 123 122 104
Binary 10111101 11110000 1101011 10101 0 110111 110 1010011 1010010 1000100

Color Harmonies of #BDF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF06B

Black with #BDF06B

Text Example


Text Example

White with #BDF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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