Html Css Color HEX #BDF068 Sulu

📋 copy color: '#BDF068'

red 189 ◦ green 240 ◦ blue 104

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

Shades of Sulu #BDF068

Tints of Sulu #BDF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.03%

 BLUE value IS 104 (41.02% from 255) = 19.51%

R = 35.46%
G = 45.03%
B = 19.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#BDF068 (or 0xBDF068) is known color: Sulu. HEX triplet: BD, F0 and 68. RGB value is (189,240,104). Sum of RGB (Red+Green+Blue) = 189+240+104=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF068 is #420F97. Grayscale: #D1D1D1. Windows color (decimal): -4329368 or 6877373. OLE color: 6877373.

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

Color convert

RGB 189 240 104 -
CMYK 0.21 0 0.57 0.06
HSL 82.5º 0.82% 0.67% -
HSV(B) 82.5º 0.57% 0.94% -
XYZ 54.65 74.14 24.53 -
YUV 209.25 68.6 113.56 -
System Red Green Blue C M Y K H S L
Decimal 189 240 104 0.21 0 0.57 0.06 82.5 0.82 0.67
Hex BD F0 68 15 0 39 6 52 52 43
Octal 275 360 150 25 0 71 6 122 122 103
Binary 10111101 11110000 1101000 10101 0 111001 110 1010010 1010010 1000011

Color Harmonies of #BDF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF068

Black with #BDF068

Text Example


Text Example

White with #BDF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF068; }

 p { color: rgb(189,240,104); }

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

background-color css

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

 a { background-color: rgb(189,240,104); }

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

border-color css

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

 span { border-color: rgb(189,240,104); }

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