Html Css Color HEX #BDE66C Sulu

📋 copy color: '#BDE66C'

red 189 ◦ green 230 ◦ blue 108

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

Shades of Sulu #BDE66C

Tints of Sulu #BDE66C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

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

R = 35.86%
G = 43.64%
B = 20.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#BDE66C (or 0xBDE66C) is known color: Sulu. HEX triplet: BD, E6 and 6C. RGB value is (189,230,108). Sum of RGB (Red+Green+Blue) = 189+230+108=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE66C is #421993. Grayscale: #CCCCCC. Windows color (decimal): -4331924 or 7136957. OLE color: 7136957.

HSL color Cylindrical-coordinate representation of color #BDE66C: hue angle of 80.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE66C is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 108 -
CMYK 0.18 0 0.53 0.10
HSL 80.16º 0.71% 0.66% -
HSV(B) 80.16º 0.53% 0.9% -
XYZ 51.99 68.5 24.67 -
YUV 203.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 189 230 108 0.18 0 0.53 0.10 80.16 0.71 0.66
Hex BD E6 6C 12 0 35 A 50 47 42
Octal 275 346 154 22 0 65 12 120 107 102
Binary 10111101 11100110 1101100 10010 0 110101 1010 1010000 1000111 1000010

Color Harmonies of #BDE66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE66C

Black with #BDE66C

Text Example


Text Example

White with #BDE66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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