Html Css Color HEX #BDF277 Sulu

📋 copy color: '#BDF277'

red 189 ◦ green 242 ◦ blue 119

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

Shades of Sulu #BDF277

Tints of Sulu #BDF277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.64%

R = 34.36%
G = 44%
B = 21.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BDF277 (or 0xBDF277) is known color: Sulu. HEX triplet: BD, F2 and 77. RGB value is (189,242,119). Sum of RGB (Red+Green+Blue) = 189+242+119=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF277 is #420D88. Grayscale: #D4D4D4. Windows color (decimal): -4328841 or 7860925. OLE color: 7860925.

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

Color convert

RGB 189 242 119 -
CMYK 0.22 0 0.51 0.05
HSL 85.85º 0.83% 0.71% -
HSV(B) 85.85º 0.51% 0.95% -
XYZ 56.07 75.65 29.1 -
YUV 212.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 189 242 119 0.22 0 0.51 0.05 85.85 0.83 0.71
Hex BD F2 77 16 0 33 5 56 53 47
Octal 275 362 167 26 0 63 5 126 123 107
Binary 10111101 11110010 1110111 10110 0 110011 101 1010110 1010011 1000111

Color Harmonies of #BDF277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF277

Black with #BDF277

Text Example


Text Example

White with #BDF277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF277; }

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

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

background-color css

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

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

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

border-color css

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

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

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