Html Css Color HEX #BDF274 Sulu

📋 copy color: '#BDF274'

red 189 ◦ green 242 ◦ blue 116

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

Shades of Sulu #BDF274

Tints of Sulu #BDF274

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

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

R = 34.55%
G = 44.24%
B = 21.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BDF274 (or 0xBDF274) is known color: Sulu. HEX triplet: BD, F2 and 74. RGB value is (189,242,116). Sum of RGB (Red+Green+Blue) = 189+242+116=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF274 is #420D8B. Grayscale: #D4D4D4. Windows color (decimal): -4328844 or 7664317. OLE color: 7664317.

HSL color Cylindrical-coordinate representation of color #BDF274: hue angle of 85.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF274 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 116 -
CMYK 0.22 0 0.52 0.05
HSL 85.24º 0.83% 0.7% -
HSV(B) 85.24º 0.52% 0.95% -
XYZ 55.89 75.58 28.17 -
YUV 211.79 73.94 111.75 -
System Red Green Blue C M Y K H S L
Decimal 189 242 116 0.22 0 0.52 0.05 85.24 0.83 0.7
Hex BD F2 74 16 0 34 5 55 53 46
Octal 275 362 164 26 0 64 5 125 123 106
Binary 10111101 11110010 1110100 10110 0 110100 101 1010101 1010011 1000110

Color Harmonies of #BDF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF274

Black with #BDF274

Text Example


Text Example

White with #BDF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF274; }

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

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

background-color css

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

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

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

border-color css

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

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

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