Html Css Color HEX #CFD227 Bitter Lemon

📋 copy color: '#CFD227'

red 207 ◦ green 210 ◦ blue 39

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

Shades of Bitter Lemon #CFD227

Tints of Bitter Lemon #CFD227

RGB

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

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

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

R = 45.39%
G = 46.05%
B = 8.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CFD227 (or 0xCFD227) is known color: Bitter Lemon. HEX triplet: CF, D2 and 27. RGB value is (207,210,39). Sum of RGB (Red+Green+Blue) = 207+210+39=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD227 is #302DD8. Grayscale: #BEBEBE. Windows color (decimal): -3157465 or 2609871. OLE color: 2609871.

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

Color convert

RGB 207 210 39 -
CMYK 0.01 0 0.81 0.18
HSL 61.05º 0.69% 0.49% -
HSV(B) 61.05º 0.81% 0.82% -
XYZ 49.14 59.51 10.81 -
YUV 189.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 207 210 39 0.01 0 0.81 0.18 61.05 0.69 0.49
Hex CF D2 27 1 0 51 12 3D 45 31
Octal 317 322 47 1 0 121 22 75 105 61
Binary 11001111 11010010 100111 1 0 1010001 10010 111101 1000101 110001

Color Harmonies of #CFD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD227

Black with #CFD227

Text Example


Text Example

White with #CFD227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD227; }

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

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

background-color css

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

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

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

border-color css

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

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

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