Html Css Color HEX #BDDF71 Sulu

📋 copy color: '#BDDF71'

red 189 ◦ green 223 ◦ blue 113

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

Shades of Sulu #BDDF71

Tints of Sulu #BDDF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 36%
G = 42.48%
B = 21.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BDDF71 (or 0xBDDF71) is known color: Sulu. HEX triplet: BD, DF and 71. RGB value is (189,223,113). Sum of RGB (Red+Green+Blue) = 189+223+113=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF71 is #42208E. Grayscale: #C8C8C8. Windows color (decimal): -4333711 or 7462845. OLE color: 7462845.

HSL color Cylindrical-coordinate representation of color #BDDF71: hue angle of 78.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDDF71 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 113 -
CMYK 0.15 0 0.49 0.13
HSL 78.55º 0.63% 0.66% -
HSV(B) 78.55º 0.49% 0.87% -
XYZ 50.35 64.79 25.47 -
YUV 200.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 189 223 113 0.15 0 0.49 0.13 78.55 0.63 0.66
Hex BD DF 71 F 0 31 D 4F 3F 42
Octal 275 337 161 17 0 61 15 117 77 102
Binary 10111101 11011111 1110001 1111 0 110001 1101 1001111 111111 1000010

Color Harmonies of #BDDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF71

Black with #BDDF71

Text Example


Text Example

White with #BDDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF71; }

 p { color: rgb(189,223,113); }

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

background-color css

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

 a { background-color: rgb(189,223,113); }

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

border-color css

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

 span { border-color: rgb(189,223,113); }

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