Html Css Color HEX #BDFE62 Sulu

📋 copy color: '#BDFE62'

red 189 ◦ green 254 ◦ blue 98

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

Shades of Sulu #BDFE62

Tints of Sulu #BDFE62

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.95%

 BLUE value IS 98 (38.67% from 255) = 18.11%

R = 34.94%
G = 46.95%
B = 18.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#BDFE62 (or 0xBDFE62) is known color: Sulu. HEX triplet: BD, FE and 62. RGB value is (189,254,98). Sum of RGB (Red+Green+Blue) = 189+254+98=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE62 is #42019D. Grayscale: #D9D9D9. Windows color (decimal): -4325790 or 6487741. OLE color: 6487741.

HSL color Cylindrical-coordinate representation of color #BDFE62: hue angle of 85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDFE62 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 98 -
CMYK 0.26 0 0.61 0.00
HSL 85º 0.99% 0.69% -
HSV(B) 85º 0.61% 1% -
XYZ 58.63 82.58 24.41 -
YUV 216.78 60.97 108.18 -
System Red Green Blue C M Y K H S L
Decimal 189 254 98 0.26 0 0.61 0.00 85 0.99 0.69
Hex BD FE 62 1A 0 3D 0 55 63 45
Octal 275 376 142 32 0 75 0 125 143 105
Binary 10111101 11111110 1100010 11010 0 111101 0 1010101 1100011 1000101

Color Harmonies of #BDFE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE62

Black with #BDFE62

Text Example


Text Example

White with #BDFE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE62; }

 p { color: rgb(189,254,98); }

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

background-color css

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

 a { background-color: rgb(189,254,98); }

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

border-color css

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

 span { border-color: rgb(189,254,98); }

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