Html Css Color HEX #BDF469 Sulu

📋 copy color: '#BDF469'

red 189 ◦ green 244 ◦ blue 105

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

Shades of Sulu #BDF469

Tints of Sulu #BDF469

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.35%

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

R = 35.13%
G = 45.35%
B = 19.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#BDF469 (or 0xBDF469) is known color: Sulu. HEX triplet: BD, F4 and 69. RGB value is (189,244,105). Sum of RGB (Red+Green+Blue) = 189+244+105=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF469 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF469 is #420B96. Grayscale: #D4D4D4. Windows color (decimal): -4328343 or 6943933. OLE color: 6943933.

HSL color Cylindrical-coordinate representation of color #BDF469: hue angle of 83.74º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF469 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 105 -
CMYK 0.23 0 0.57 0.04
HSL 83.74º 0.86% 0.68% -
HSV(B) 83.74º 0.57% 0.96% -
XYZ 55.89 76.54 25.19 -
YUV 211.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 189 244 105 0.23 0 0.57 0.04 83.74 0.86 0.68
Hex BD F4 69 17 0 39 4 54 56 44
Octal 275 364 151 27 0 71 4 124 126 104
Binary 10111101 11110100 1101001 10111 0 111001 100 1010100 1010110 1000100

Color Harmonies of #BDF469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF469

Black with #BDF469

Text Example


Text Example

White with #BDF469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF469; }

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

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

background-color css

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

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

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

border-color css

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

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

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