Html Css Color HEX #BDF06F Sulu

📋 copy color: '#BDF06F'

red 189 ◦ green 240 ◦ blue 111

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

Shades of Sulu #BDF06F

Tints of Sulu #BDF06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 35%
G = 44.44%
B = 20.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#BDF06F (or 0xBDF06F) is known color: Sulu. HEX triplet: BD, F0 and 6F. RGB value is (189,240,111). Sum of RGB (Red+Green+Blue) = 189+240+111=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF06F is #420F90. Grayscale: #D2D2D2. Windows color (decimal): -4329361 or 7336125. OLE color: 7336125.

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

Color convert

RGB 189 240 111 -
CMYK 0.21 0 0.54 0.06
HSL 83.72º 0.81% 0.69% -
HSV(B) 83.72º 0.54% 0.94% -
XYZ 55.02 74.29 26.48 -
YUV 210.05 72.1 112.99 -
System Red Green Blue C M Y K H S L
Decimal 189 240 111 0.21 0 0.54 0.06 83.72 0.81 0.69
Hex BD F0 6F 15 0 36 6 54 51 45
Octal 275 360 157 25 0 66 6 124 121 105
Binary 10111101 11110000 1101111 10101 0 110110 110 1010100 1010001 1000101

Color Harmonies of #BDF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF06F

Black with #BDF06F

Text Example


Text Example

White with #BDF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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