Html Css Color HEX #BDF269 Sulu

📋 copy color: '#BDF269'

red 189 ◦ green 242 ◦ blue 105

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

Shades of Sulu #BDF269

Tints of Sulu #BDF269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.59%

R = 35.26%
G = 45.15%
B = 19.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#BDF269 (or 0xBDF269) is known color: Sulu. HEX triplet: BD, F2 and 69. RGB value is (189,242,105). Sum of RGB (Red+Green+Blue) = 189+242+105=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF269 is #420D96. Grayscale: #D3D3D3. Windows color (decimal): -4328855 or 6943421. OLE color: 6943421.

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

Color convert

RGB 189 242 105 -
CMYK 0.22 0 0.57 0.05
HSL 83.21º 0.84% 0.68% -
HSV(B) 83.21º 0.57% 0.95% -
XYZ 55.29 75.34 24.99 -
YUV 210.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 189 242 105 0.22 0 0.57 0.05 83.21 0.84 0.68
Hex BD F2 69 16 0 39 5 53 54 44
Octal 275 362 151 26 0 71 5 123 124 104
Binary 10111101 11110010 1101001 10110 0 111001 101 1010011 1010100 1000100

Color Harmonies of #BDF269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF269

Black with #BDF269

Text Example


Text Example

White with #BDF269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF269; }

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

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

background-color css

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

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

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

border-color css

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

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

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