Html Css Color HEX #BDF66F Sulu

📋 copy color: '#BDF66F'

red 189 ◦ green 246 ◦ blue 111

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

Shades of Sulu #BDF66F

Tints of Sulu #BDF66F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.05%

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

R = 34.62%
G = 45.05%
B = 20.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#BDF66F (or 0xBDF66F) is known color: Sulu. HEX triplet: BD, F6 and 6F. RGB value is (189,246,111). Sum of RGB (Red+Green+Blue) = 189+246+111=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF66F is #420990. Grayscale: #D6D6D6. Windows color (decimal): -4327825 or 7337661. OLE color: 7337661.

HSL color Cylindrical-coordinate representation of color #BDF66F: hue angle of 85.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF66F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 111 -
CMYK 0.23 0 0.55 0.04
HSL 85.33º 0.88% 0.7% -
HSV(B) 85.33º 0.55% 0.96% -
XYZ 56.81 77.88 27.08 -
YUV 213.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 189 246 111 0.23 0 0.55 0.04 85.33 0.88 0.7
Hex BD F6 6F 17 0 37 4 55 58 46
Octal 275 366 157 27 0 67 4 125 130 106
Binary 10111101 11110110 1101111 10111 0 110111 100 1010101 1011000 1000110

Color Harmonies of #BDF66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF66F

Black with #BDF66F

Text Example


Text Example

White with #BDF66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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