Html Css Color HEX #BDF66C Sulu

📋 copy color: '#BDF66C'

red 189 ◦ green 246 ◦ blue 108

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

Shades of Sulu #BDF66C

Tints of Sulu #BDF66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.89%

R = 34.81%
G = 45.3%
B = 19.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#BDF66C (or 0xBDF66C) is known color: Sulu. HEX triplet: BD, F6 and 6C. RGB value is (189,246,108). Sum of RGB (Red+Green+Blue) = 189+246+108=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF66C is #420993. Grayscale: #D5D5D5. Windows color (decimal): -4327828 or 7141053. OLE color: 7141053.

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

Color convert

RGB 189 246 108 -
CMYK 0.23 0 0.56 0.04
HSL 84.78º 0.88% 0.69% -
HSV(B) 84.78º 0.56% 0.96% -
XYZ 56.65 77.81 26.22 -
YUV 213.23 68.62 110.72 -
System Red Green Blue C M Y K H S L
Decimal 189 246 108 0.23 0 0.56 0.04 84.78 0.88 0.69
Hex BD F6 6C 17 0 38 4 55 58 45
Octal 275 366 154 27 0 70 4 125 130 105
Binary 10111101 11110110 1101100 10111 0 111000 100 1010101 1011000 1000101

Color Harmonies of #BDF66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF66C

Black with #BDF66C

Text Example


Text Example

White with #BDF66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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