Html Css Color HEX #CDDB2F Bitter Lemon

📋 copy color: '#CDDB2F'

red 205 ◦ green 219 ◦ blue 47

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

Shades of Bitter Lemon #CDDB2F

Tints of Bitter Lemon #CDDB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.98%

R = 43.52%
G = 46.5%
B = 9.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CDDB2F (or 0xCDDB2F) is known color: Bitter Lemon. HEX triplet: CD, DB and 2F. RGB value is (205,219,47). Sum of RGB (Red+Green+Blue) = 205+219+47=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB2F is #3224D0. Grayscale: #C3C3C3. Windows color (decimal): -3286225 or 3136461. OLE color: 3136461.

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

Color convert

RGB 205 219 47 -
CMYK 0.06 0 0.79 0.14
HSL 64.88º 0.7% 0.52% -
HSV(B) 64.88º 0.79% 0.86% -
XYZ 51.02 63.85 12.32 -
YUV 195.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 205 219 47 0.06 0 0.79 0.14 64.88 0.7 0.52
Hex CD DB 2F 6 0 4F E 41 46 34
Octal 315 333 57 6 0 117 16 101 106 64
Binary 11001101 11011011 101111 110 0 1001111 1110 1000001 1000110 110100

Color Harmonies of #CDDB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB2F

Black with #CDDB2F

Text Example


Text Example

White with #CDDB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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