Html Css Color HEX #BDF96E Sulu

📋 copy color: '#BDF96E'

red 189 ◦ green 249 ◦ blue 110

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

Shades of Sulu #BDF96E

Tints of Sulu #BDF96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 34.49%
G = 45.44%
B = 20.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#BDF96E (or 0xBDF96E) is known color: Sulu. HEX triplet: BD, F9 and 6E. RGB value is (189,249,110). Sum of RGB (Red+Green+Blue) = 189+249+110=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF96E is #420691. Grayscale: #D7D7D7. Windows color (decimal): -4327058 or 7272893. OLE color: 7272893.

HSL color Cylindrical-coordinate representation of color #BDF96E: hue angle of 85.9º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF96E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 110 -
CMYK 0.24 0 0.56 0.02
HSL 85.9º 0.92% 0.7% -
HSV(B) 85.9º 0.56% 0.98% -
XYZ 57.68 79.7 27.09 -
YUV 215.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 189 249 110 0.24 0 0.56 0.02 85.9 0.92 0.7
Hex BD F9 6E 18 0 38 2 56 5C 46
Octal 275 371 156 30 0 70 2 126 134 106
Binary 10111101 11111001 1101110 11000 0 111000 10 1010110 1011100 1000110

Color Harmonies of #BDF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF96E

Black with #BDF96E

Text Example


Text Example

White with #BDF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF96E; }

 p { color: rgb(189,249,110); }

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

background-color css

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

 a { background-color: rgb(189,249,110); }

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

border-color css

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

 span { border-color: rgb(189,249,110); }

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