Html Css Color HEX #BDEF75 Sulu

📋 copy color: '#BDEF75'

red 189 ◦ green 239 ◦ blue 117

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

Shades of Sulu #BDEF75

Tints of Sulu #BDEF75

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.85%

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 34.68%
G = 43.85%
B = 21.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BDEF75 (or 0xBDEF75) is known color: Sulu. HEX triplet: BD, EF and 75. RGB value is (189,239,117). Sum of RGB (Red+Green+Blue) = 189+239+117=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF75 is #42108A. Grayscale: #D2D2D2. Windows color (decimal): -4329611 or 7729085. OLE color: 7729085.

HSL color Cylindrical-coordinate representation of color #BDEF75: hue angle of 84.59º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDEF75 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 117 -
CMYK 0.21 0 0.51 0.06
HSL 84.59º 0.79% 0.7% -
HSV(B) 84.59º 0.51% 0.94% -
XYZ 55.06 73.84 28.18 -
YUV 210.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 189 239 117 0.21 0 0.51 0.06 84.59 0.79 0.7
Hex BD EF 75 15 0 33 6 55 4F 46
Octal 275 357 165 25 0 63 6 125 117 106
Binary 10111101 11101111 1110101 10101 0 110011 110 1010101 1001111 1000110

Color Harmonies of #BDEF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF75

Black with #BDEF75

Text Example


Text Example

White with #BDEF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF75; }

 p { color: rgb(189,239,117); }

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

background-color css

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

 a { background-color: rgb(189,239,117); }

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

border-color css

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

 span { border-color: rgb(189,239,117); }

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