Html Css Color HEX #CDDB27 Bitter Lemon

📋 copy color: '#CDDB27'

red 205 ◦ green 219 ◦ blue 39

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

Shades of Bitter Lemon #CDDB27

Tints of Bitter Lemon #CDDB27

RGB

 RED value IS 205 (80.47% from 255) = 44.28%

 GREEN value IS 219 (85.94% from 255) = 47.3%

 BLUE value IS 39 (15.63% from 255) = 8.42%

R = 44.28%
G = 47.3%
B = 8.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#CDDB27 (or 0xCDDB27) is known color: Bitter Lemon. HEX triplet: CD, DB and 27. RGB value is (205,219,39). Sum of RGB (Red+Green+Blue) = 205+219+39=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB27 is #3224D8. Grayscale: #C2C2C2. Windows color (decimal): -3286233 or 2612173. OLE color: 2612173.

HSL color Cylindrical-coordinate representation of color #CDDB27: hue angle of 64.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDDB27 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 39 -
CMYK 0.06 0 0.82 0.14
HSL 64.67º 0.71% 0.51% -
HSV(B) 64.67º 0.82% 0.86% -
XYZ 50.87 63.79 11.55 -
YUV 194.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 205 219 39 0.06 0 0.82 0.14 64.67 0.71 0.51
Hex CD DB 27 6 0 52 E 41 47 33
Octal 315 333 47 6 0 122 16 101 107 63
Binary 11001101 11011011 100111 110 0 1010010 1110 1000001 1000111 110011

Color Harmonies of #CDDB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB27

Black with #CDDB27

Text Example


Text Example

White with #CDDB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB27; }

 p { color: rgb(205,219,39); }

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

background-color css

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

 a { background-color: rgb(205,219,39); }

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

border-color css

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

 span { border-color: rgb(205,219,39); }

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