Html Css Color HEX #CFD427 Bitter Lemon

📋 copy color: '#CFD427'

red 207 ◦ green 212 ◦ blue 39

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

Shades of Bitter Lemon #CFD427

Tints of Bitter Lemon #CFD427

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

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

R = 45.2%
G = 46.29%
B = 8.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#CFD427 (or 0xCFD427) is known color: Bitter Lemon. HEX triplet: CF, D4 and 27. RGB value is (207,212,39). Sum of RGB (Red+Green+Blue) = 207+212+39=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD427 is #302BD8. Grayscale: #BFBFBF. Windows color (decimal): -3156953 or 2610383. OLE color: 2610383.

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

Color convert

RGB 207 212 39 -
CMYK 0.02 0 0.82 0.17
HSL 61.73º 0.69% 0.49% -
HSV(B) 61.73º 0.82% 0.83% -
XYZ 49.64 60.5 10.98 -
YUV 190.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 207 212 39 0.02 0 0.82 0.17 61.73 0.69 0.49
Hex CF D4 27 2 0 52 11 3E 45 31
Octal 317 324 47 2 0 122 21 76 105 61
Binary 11001111 11010100 100111 10 0 1010010 10001 111110 1000101 110001

Color Harmonies of #CFD427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD427

Black with #CFD427

Text Example


Text Example

White with #CFD427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD427; }

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

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

background-color css

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

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

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

border-color css

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

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

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