Html Css Color HEX #BDF865 Sulu

📋 copy color: '#BDF865'

red 189 ◦ green 248 ◦ blue 101

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

Shades of Sulu #BDF865

Tints of Sulu #BDF865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.77%

R = 35.13%
G = 46.1%
B = 18.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#BDF865 (or 0xBDF865) is known color: Sulu. HEX triplet: BD, F8 and 65. RGB value is (189,248,101). Sum of RGB (Red+Green+Blue) = 189+248+101=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF865 is #42079A. Grayscale: #D6D6D6. Windows color (decimal): -4327323 or 6682813. OLE color: 6682813.

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

Color convert

RGB 189 248 101 -
CMYK 0.24 0 0.59 0.03
HSL 84.08º 0.91% 0.68% -
HSV(B) 84.08º 0.59% 0.97% -
XYZ 56.9 78.89 24.54 -
YUV 213.6 64.45 110.45 -
System Red Green Blue C M Y K H S L
Decimal 189 248 101 0.24 0 0.59 0.03 84.08 0.91 0.68
Hex BD F8 65 18 0 3B 3 54 5B 44
Octal 275 370 145 30 0 73 3 124 133 104
Binary 10111101 11111000 1100101 11000 0 111011 11 1010100 1011011 1000100

Color Harmonies of #BDF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF865

Black with #BDF865

Text Example


Text Example

White with #BDF865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF865; }

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

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

background-color css

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

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

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

border-color css

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

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

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