Html Css Color HEX #BDF66A Sulu

📋 copy color: '#BDF66A'

red 189 ◦ green 246 ◦ blue 106

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

Shades of Sulu #BDF66A

Tints of Sulu #BDF66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.59%

R = 34.94%
G = 45.47%
B = 19.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#BDF66A (or 0xBDF66A) is known color: Sulu. HEX triplet: BD, F6 and 6A. RGB value is (189,246,106). Sum of RGB (Red+Green+Blue) = 189+246+106=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF66A is #420995. Grayscale: #D5D5D5. Windows color (decimal): -4327830 or 7009981. OLE color: 7009981.

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

Color convert

RGB 189 246 106 -
CMYK 0.23 0 0.57 0.04
HSL 84.43º 0.89% 0.69% -
HSV(B) 84.43º 0.57% 0.96% -
XYZ 56.54 77.77 25.67 -
YUV 213 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 189 246 106 0.23 0 0.57 0.04 84.43 0.89 0.69
Hex BD F6 6A 17 0 39 4 54 59 45
Octal 275 366 152 27 0 71 4 124 131 105
Binary 10111101 11110110 1101010 10111 0 111001 100 1010100 1011001 1000101

Color Harmonies of #BDF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF66A

Black with #BDF66A

Text Example


Text Example

White with #BDF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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