Html Css Color HEX #BDF765 Sulu

📋 copy color: '#BDF765'

red 189 ◦ green 247 ◦ blue 101

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

Shades of Sulu #BDF765

Tints of Sulu #BDF765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46%

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

R = 35.2%
G = 46%
B = 18.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#BDF765 (or 0xBDF765) is known color: Sulu. HEX triplet: BD, F7 and 65. RGB value is (189,247,101). Sum of RGB (Red+Green+Blue) = 189+247+101=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF765 is #42089A. Grayscale: #D5D5D5. Windows color (decimal): -4327579 or 6682557. OLE color: 6682557.

HSL color Cylindrical-coordinate representation of color #BDF765: hue angle of 83.84º degrees, saturation: 0.9, 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 #BDF765 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 101 -
CMYK 0.23 0 0.59 0.03
HSL 83.84º 0.9% 0.68% -
HSV(B) 83.84º 0.59% 0.97% -
XYZ 56.6 78.28 24.44 -
YUV 213.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 189 247 101 0.23 0 0.59 0.03 83.84 0.9 0.68
Hex BD F7 65 17 0 3B 3 54 5A 44
Octal 275 367 145 27 0 73 3 124 132 104
Binary 10111101 11110111 1100101 10111 0 111011 11 1010100 1011010 1000100

Color Harmonies of #BDF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF765

Black with #BDF765

Text Example


Text Example

White with #BDF765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF765; }

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

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

background-color css

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

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

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

border-color css

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

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

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