Html Css Color HEX #BDF666 Sulu

📋 copy color: '#BDF666'

red 189 ◦ green 246 ◦ blue 102

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

Shades of Sulu #BDF666

Tints of Sulu #BDF666

RGB

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

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

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

R = 35.2%
G = 45.81%
B = 18.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#BDF666 (or 0xBDF666) is known color: Sulu. HEX triplet: BD, F6 and 66. RGB value is (189,246,102). Sum of RGB (Red+Green+Blue) = 189+246+102=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF666 is #420999. Grayscale: #D5D5D5. Windows color (decimal): -4327834 or 6747837. OLE color: 6747837.

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

Color convert

RGB 189 246 102 -
CMYK 0.23 0 0.59 0.04
HSL 83.75º 0.89% 0.68% -
HSV(B) 83.75º 0.59% 0.96% -
XYZ 56.34 77.69 24.6 -
YUV 212.54 65.62 111.21 -
System Red Green Blue C M Y K H S L
Decimal 189 246 102 0.23 0 0.59 0.04 83.75 0.89 0.68
Hex BD F6 66 17 0 3B 4 54 59 44
Octal 275 366 146 27 0 73 4 124 131 104
Binary 10111101 11110110 1100110 10111 0 111011 100 1010100 1011001 1000100

Color Harmonies of #BDF666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF666

Black with #BDF666

Text Example


Text Example

White with #BDF666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF666; }

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

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

background-color css

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

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

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

border-color css

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

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

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