Html Css Color HEX #BDF668 Sulu

📋 copy color: '#BDF668'

red 189 ◦ green 246 ◦ blue 104

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

Shades of Sulu #BDF668

Tints of Sulu #BDF668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.64%

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 35.06%
G = 45.64%
B = 19.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#BDF668 (or 0xBDF668) is known color: Sulu. HEX triplet: BD, F6 and 68. RGB value is (189,246,104). Sum of RGB (Red+Green+Blue) = 189+246+104=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF668 is #420997. Grayscale: #D5D5D5. Windows color (decimal): -4327832 or 6878909. OLE color: 6878909.

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

Color convert

RGB 189 246 104 -
CMYK 0.23 0 0.58 0.04
HSL 84.08º 0.89% 0.69% -
HSV(B) 84.08º 0.58% 0.96% -
XYZ 56.44 77.73 25.13 -
YUV 212.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 189 246 104 0.23 0 0.58 0.04 84.08 0.89 0.69
Hex BD F6 68 17 0 3A 4 54 59 45
Octal 275 366 150 27 0 72 4 124 131 105
Binary 10111101 11110110 1101000 10111 0 111010 100 1010100 1011001 1000101

Color Harmonies of #BDF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF668

Black with #BDF668

Text Example


Text Example

White with #BDF668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF668; }

 p { color: rgb(189,246,104); }

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

background-color css

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

 a { background-color: rgb(189,246,104); }

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

border-color css

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

 span { border-color: rgb(189,246,104); }

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