Html Css Color HEX #BDF86C Sulu

📋 copy color: '#BDF86C'

red 189 ◦ green 248 ◦ blue 108

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

Shades of Sulu #BDF86C

Tints of Sulu #BDF86C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.5%

 BLUE value IS 108 (42.58% from 255) = 19.82%

R = 34.68%
G = 45.5%
B = 19.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#BDF86C (or 0xBDF86C) is known color: Sulu. HEX triplet: BD, F8 and 6C. RGB value is (189,248,108). Sum of RGB (Red+Green+Blue) = 189+248+108=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF86C is #420793. Grayscale: #D6D6D6. Windows color (decimal): -4327316 or 7141565. OLE color: 7141565.

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

Color convert

RGB 189 248 108 -
CMYK 0.24 0 0.56 0.03
HSL 85.29º 0.91% 0.7% -
HSV(B) 85.29º 0.56% 0.97% -
XYZ 57.26 79.04 26.42 -
YUV 214.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 189 248 108 0.24 0 0.56 0.03 85.29 0.91 0.7
Hex BD F8 6C 18 0 38 3 55 5B 46
Octal 275 370 154 30 0 70 3 125 133 106
Binary 10111101 11111000 1101100 11000 0 111000 11 1010101 1011011 1000110

Color Harmonies of #BDF86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF86C

Black with #BDF86C

Text Example


Text Example

White with #BDF86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF86C; }

 p { color: rgb(189,248,108); }

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

background-color css

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

 a { background-color: rgb(189,248,108); }

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

border-color css

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

 span { border-color: rgb(189,248,108); }

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