Html Css Color HEX #CBDD55 Wild Willow

📋 copy color: '#CBDD55'

red 203 ◦ green 221 ◦ blue 85

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

Shades of Wild Willow #CBDD55

Tints of Wild Willow #CBDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 85 (33.59% from 255) = 16.7%

R = 39.88%
G = 43.42%
B = 16.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#CBDD55 (or 0xCBDD55) is known color: Wild Willow. HEX triplet: CB, DD and 55. RGB value is (203,221,85). Sum of RGB (Red+Green+Blue) = 203+221+85=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD55 is #3422AA. Grayscale: #C8C8C8. Windows color (decimal): -3416747 or 5627339. OLE color: 5627339.

HSL color Cylindrical-coordinate representation of color #CBDD55: hue angle of 67.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBDD55 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 85 -
CMYK 0.08 0 0.62 0.13
HSL 67.94º 0.67% 0.6% -
HSV(B) 67.94º 0.62% 0.87% -
XYZ 52.12 65.07 18.41 -
YUV 200.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 203 221 85 0.08 0 0.62 0.13 67.94 0.67 0.6
Hex CB DD 55 8 0 3E D 44 43 3C
Octal 313 335 125 10 0 76 15 104 103 74
Binary 11001011 11011101 1010101 1000 0 111110 1101 1000100 1000011 111100

Color Harmonies of #CBDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD55

Black with #CBDD55

Text Example


Text Example

White with #CBDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD55; }

 p { color: rgb(203,221,85); }

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

background-color css

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

 a { background-color: rgb(203,221,85); }

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

border-color css

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

 span { border-color: rgb(203,221,85); }

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