Html Css Color HEX #CFE650 Las Palmas

📋 copy color: '#CFE650'

red 207 ◦ green 230 ◦ blue 80

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

Shades of Las Palmas #CFE650

Tints of Las Palmas #CFE650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 40.04%
G = 44.49%
B = 15.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#CFE650 (or 0xCFE650) is known color: Las Palmas. HEX triplet: CF, E6 and 50. RGB value is (207,230,80). Sum of RGB (Red+Green+Blue) = 207+230+80=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE650 is #3019AF. Grayscale: #CECECE. Windows color (decimal): -3152304 or 5301967. OLE color: 5301967.

HSL color Cylindrical-coordinate representation of color #CFE650: hue angle of 69.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE650 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 80 -
CMYK 0.10 0 0.65 0.10
HSL 69.2º 0.75% 0.61% -
HSV(B) 69.2º 0.65% 0.9% -
XYZ 55.48 70.44 18.26 -
YUV 206.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 207 230 80 0.10 0 0.65 0.10 69.2 0.75 0.61
Hex CF E6 50 A 0 41 A 45 4B 3D
Octal 317 346 120 12 0 101 12 105 113 75
Binary 11001111 11100110 1010000 1010 0 1000001 1010 1000101 1001011 111101

Color Harmonies of #CFE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE650

Black with #CFE650

Text Example


Text Example

White with #CFE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE650; }

 p { color: rgb(207,230,80); }

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

background-color css

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

 a { background-color: rgb(207,230,80); }

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

border-color css

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

 span { border-color: rgb(207,230,80); }

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