Html Css Color HEX #CFD530 Bitter Lemon

📋 copy color: '#CFD530'

red 207 ◦ green 213 ◦ blue 48

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

Shades of Bitter Lemon #CFD530

Tints of Bitter Lemon #CFD530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.26%

R = 44.23%
G = 45.51%
B = 10.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CFD530 (or 0xCFD530) is known color: Bitter Lemon. HEX triplet: CF, D5 and 30. RGB value is (207,213,48). Sum of RGB (Red+Green+Blue) = 207+213+48=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD530 is #302ACF. Grayscale: #C1C1C1. Windows color (decimal): -3156688 or 3200463. OLE color: 3200463.

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

Color convert

RGB 207 213 48 -
CMYK 0.03 0 0.77 0.16
HSL 62.18º 0.66% 0.51% -
HSV(B) 62.18º 0.77% 0.84% -
XYZ 50.06 61.07 11.95 -
YUV 192.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 207 213 48 0.03 0 0.77 0.16 62.18 0.66 0.51
Hex CF D5 30 3 0 4D 10 3E 42 33
Octal 317 325 60 3 0 115 20 76 102 63
Binary 11001111 11010101 110000 11 0 1001101 10000 111110 1000010 110011

Color Harmonies of #CFD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD530

Black with #CFD530

Text Example


Text Example

White with #CFD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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