Html Css Color HEX #CFDC23 Bitter Lemon

📋 copy color: '#CFDC23'

red 207 ◦ green 220 ◦ blue 35

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

Shades of Bitter Lemon #CFDC23

Tints of Bitter Lemon #CFDC23

RGB

 RED value IS 207 (81.25% from 255) = 44.81%

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 35 (14.06% from 255) = 7.58%

R = 44.81%
G = 47.62%
B = 7.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#CFDC23 (or 0xCFDC23) is known color: Bitter Lemon. HEX triplet: CF, DC and 23. RGB value is (207,220,35). Sum of RGB (Red+Green+Blue) = 207+220+35=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC23 is #3023DC. Grayscale: #C3C3C3. Windows color (decimal): -3154909 or 2350287. OLE color: 2350287.

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

Color convert

RGB 207 220 35 -
CMYK 0.06 0 0.84 0.14
HSL 64.22º 0.73% 0.5% -
HSV(B) 64.22º 0.84% 0.86% -
XYZ 51.63 64.57 11.33 -
YUV 195.02 37.69 136.54 -
System Red Green Blue C M Y K H S L
Decimal 207 220 35 0.06 0 0.84 0.14 64.22 0.73 0.5
Hex CF DC 23 6 0 54 E 40 49 32
Octal 317 334 43 6 0 124 16 100 111 62
Binary 11001111 11011100 100011 110 0 1010100 1110 1000000 1001001 110010

Color Harmonies of #CFDC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC23

Black with #CFDC23

Text Example


Text Example

White with #CFDC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC23; }

 p { color: rgb(207,220,35); }

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

background-color css

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

 a { background-color: rgb(207,220,35); }

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

border-color css

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

 span { border-color: rgb(207,220,35); }

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