Html Css Color HEX #BDEC74 Sulu

📋 copy color: '#BDEC74'

red 189 ◦ green 236 ◦ blue 116

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

Shades of Sulu #BDEC74

Tints of Sulu #BDEC74

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.62%

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 34.94%
G = 43.62%
B = 21.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BDEC74 (or 0xBDEC74) is known color: Sulu. HEX triplet: BD, EC and 74. RGB value is (189,236,116). Sum of RGB (Red+Green+Blue) = 189+236+116=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC74 is #42138B. Grayscale: #D0D0D0. Windows color (decimal): -4330380 or 7662781. OLE color: 7662781.

HSL color Cylindrical-coordinate representation of color #BDEC74: hue angle of 83.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDEC74 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 116 -
CMYK 0.20 0 0.51 0.07
HSL 83.5º 0.76% 0.69% -
HSV(B) 83.5º 0.51% 0.93% -
XYZ 54.13 72.07 27.58 -
YUV 208.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 189 236 116 0.20 0 0.51 0.07 83.5 0.76 0.69
Hex BD EC 74 14 0 33 7 54 4C 45
Octal 275 354 164 24 0 63 7 124 114 105
Binary 10111101 11101100 1110100 10100 0 110011 111 1010100 1001100 1000101

Color Harmonies of #BDEC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC74

Black with #BDEC74

Text Example


Text Example

White with #BDEC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC74; }

 p { color: rgb(189,236,116); }

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

background-color css

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

 a { background-color: rgb(189,236,116); }

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

border-color css

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

 span { border-color: rgb(189,236,116); }

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