Html Css Color HEX #BDF265 Sulu

📋 copy color: '#BDF265'

red 189 ◦ green 242 ◦ blue 101

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

Shades of Sulu #BDF265

Tints of Sulu #BDF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 35.53%
G = 45.49%
B = 18.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BDF265 (or 0xBDF265) is known color: Sulu. HEX triplet: BD, F2 and 65. RGB value is (189,242,101). Sum of RGB (Red+Green+Blue) = 189+242+101=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF265 is #420D9A. Grayscale: #D2D2D2. Windows color (decimal): -4328859 or 6681277. OLE color: 6681277.

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

Color convert

RGB 189 242 101 -
CMYK 0.22 0 0.58 0.05
HSL 82.55º 0.84% 0.67% -
HSV(B) 82.55º 0.58% 0.95% -
XYZ 55.09 75.26 23.94 -
YUV 210.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 189 242 101 0.22 0 0.58 0.05 82.55 0.84 0.67
Hex BD F2 65 16 0 3A 5 53 54 43
Octal 275 362 145 26 0 72 5 123 124 103
Binary 10111101 11110010 1100101 10110 0 111010 101 1010011 1010100 1000011

Color Harmonies of #BDF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF265

Black with #BDF265

Text Example


Text Example

White with #BDF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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