Html Css Color HEX #CFD23A Bitter Lemon

📋 copy color: '#CFD23A'

red 207 ◦ green 210 ◦ blue 58

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

Shades of Bitter Lemon #CFD23A

Tints of Bitter Lemon #CFD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 43.58%
G = 44.21%
B = 12.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#CFD23A (or 0xCFD23A) is known color: Bitter Lemon. HEX triplet: CF, D2 and 3A. RGB value is (207,210,58). Sum of RGB (Red+Green+Blue) = 207+210+58=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD23A is #302DC5. Grayscale: #C0C0C0. Windows color (decimal): -3157446 or 3855055. OLE color: 3855055.

HSL color Cylindrical-coordinate representation of color #CFD23A: hue angle of 61.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD23A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 58 -
CMYK 0.01 0 0.72 0.18
HSL 61.18º 0.63% 0.53% -
HSV(B) 61.18º 0.72% 0.82% -
XYZ 49.54 59.66 12.91 -
YUV 191.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 207 210 58 0.01 0 0.72 0.18 61.18 0.63 0.53
Hex CF D2 3A 1 0 48 12 3D 3F 35
Octal 317 322 72 1 0 110 22 75 77 65
Binary 11001111 11010010 111010 1 0 1001000 10010 111101 111111 110101

Color Harmonies of #CFD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD23A

Black with #CFD23A

Text Example


Text Example

White with #CFD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD23A; }

 p { color: rgb(207,210,58); }

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

background-color css

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

 a { background-color: rgb(207,210,58); }

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

border-color css

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

 span { border-color: rgb(207,210,58); }

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