Html Css Color HEX #BDF766 Sulu

📋 copy color: '#BDF766'

red 189 ◦ green 247 ◦ blue 102

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

Shades of Sulu #BDF766

Tints of Sulu #BDF766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.96%

R = 35.13%
G = 45.91%
B = 18.96%

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

#BDF766 (or 0xBDF766) is known color: Sulu. HEX triplet: BD, F7 and 66. RGB value is (189,247,102). Sum of RGB (Red+Green+Blue) = 189+247+102=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF766 is #420899. Grayscale: #D5D5D5. Windows color (decimal): -4327578 or 6748093. OLE color: 6748093.

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

Color convert

RGB 189 247 102 -
CMYK 0.23 0 0.59 0.03
HSL 84º 0.9% 0.68% -
HSV(B) 84º 0.59% 0.97% -
XYZ 56.65 78.3 24.7 -
YUV 213.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 189 247 102 0.23 0 0.59 0.03 84 0.9 0.68
Hex BD F7 66 17 0 3B 3 54 5A 44
Octal 275 367 146 27 0 73 3 124 132 104
Binary 10111101 11110111 1100110 10111 0 111011 11 1010100 1011010 1000100

Color Harmonies of #BDF766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF766

Black with #BDF766

Text Example


Text Example

White with #BDF766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF766; }

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

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

background-color css

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

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

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

border-color css

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

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

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