Html Css Color HEX #BDF767 Sulu

📋 copy color: '#BDF767'

red 189 ◦ green 247 ◦ blue 103

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

Shades of Sulu #BDF767

Tints of Sulu #BDF767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.11%

R = 35.06%
G = 45.83%
B = 19.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#BDF767 (or 0xBDF767) is known color: Sulu. HEX triplet: BD, F7 and 67. RGB value is (189,247,103). Sum of RGB (Red+Green+Blue) = 189+247+103=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF767 is #420898. Grayscale: #D5D5D5. Windows color (decimal): -4327577 or 6813629. OLE color: 6813629.

HSL color Cylindrical-coordinate representation of color #BDF767: hue angle of 84.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF767 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 103 -
CMYK 0.23 0 0.58 0.03
HSL 84.17º 0.9% 0.69% -
HSV(B) 84.17º 0.58% 0.97% -
XYZ 56.7 78.32 24.96 -
YUV 213.24 65.78 110.71 -
System Red Green Blue C M Y K H S L
Decimal 189 247 103 0.23 0 0.58 0.03 84.17 0.9 0.69
Hex BD F7 67 17 0 3A 3 54 5A 45
Octal 275 367 147 27 0 72 3 124 132 105
Binary 10111101 11110111 1100111 10111 0 111010 11 1010100 1011010 1000101

Color Harmonies of #BDF767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF767

Black with #BDF767

Text Example


Text Example

White with #BDF767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF767; }

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

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

background-color css

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

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

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

border-color css

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

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

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