Html Css Color HEX #CBDA50 Wild Willow

📋 copy color: '#CBDA50'

red 203 ◦ green 218 ◦ blue 80

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

Shades of Wild Willow #CBDA50

Tints of Wild Willow #CBDA50

RGB

 RED value IS 203 (79.69% from 255) = 40.52%

 GREEN value IS 218 (85.55% from 255) = 43.51%

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 40.52%
G = 43.51%
B = 15.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#CBDA50 (or 0xCBDA50) is known color: Wild Willow. HEX triplet: CB, DA and 50. RGB value is (203,218,80). Sum of RGB (Red+Green+Blue) = 203+218+80=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA50 is #3425AF. Grayscale: #C6C6C6. Windows color (decimal): -3417520 or 5298891. OLE color: 5298891.

HSL color Cylindrical-coordinate representation of color #CBDA50: hue angle of 66.52º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBDA50 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 218 80 -
CMYK 0.07 0 0.63 0.15
HSL 66.52º 0.65% 0.58% -
HSV(B) 66.52º 0.63% 0.85% -
XYZ 51.15 63.42 17.13 -
YUV 197.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 203 218 80 0.07 0 0.63 0.15 66.52 0.65 0.58
Hex CB DA 50 7 0 3F F 43 41 3A
Octal 313 332 120 7 0 77 17 103 101 72
Binary 11001011 11011010 1010000 111 0 111111 1111 1000011 1000001 111010

Color Harmonies of #CBDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA50

Black with #CBDA50

Text Example


Text Example

White with #CBDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA50; }

 p { color: rgb(203,218,80); }

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

background-color css

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

 a { background-color: rgb(203,218,80); }

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

border-color css

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

 span { border-color: rgb(203,218,80); }

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