Html Css Color HEX #CFD527 Bitter Lemon

📋 copy color: '#CFD527'

red 207 ◦ green 213 ◦ blue 39

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

Shades of Bitter Lemon #CFD527

Tints of Bitter Lemon #CFD527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

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

R = 45.1%
G = 46.41%
B = 8.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#CFD527 (or 0xCFD527) is known color: Bitter Lemon. HEX triplet: CF, D5 and 27. RGB value is (207,213,39). Sum of RGB (Red+Green+Blue) = 207+213+39=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD527 is #302AD8. Grayscale: #C0C0C0. Windows color (decimal): -3156697 or 2610639. OLE color: 2610639.

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

Color convert

RGB 207 213 39 -
CMYK 0.03 0 0.82 0.16
HSL 62.07º 0.69% 0.49% -
HSV(B) 62.07º 0.82% 0.84% -
XYZ 49.89 61 11.06 -
YUV 191.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 207 213 39 0.03 0 0.82 0.16 62.07 0.69 0.49
Hex CF D5 27 3 0 52 10 3E 45 31
Octal 317 325 47 3 0 122 20 76 105 61
Binary 11001111 11010101 100111 11 0 1010010 10000 111110 1000101 110001

Color Harmonies of #CFD527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD527

Black with #CFD527

Text Example


Text Example

White with #CFD527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD527; }

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

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

background-color css

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

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

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

border-color css

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

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

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