Html Css Color HEX #CFE74A Las Palmas

📋 copy color: '#CFE74A'

red 207 ◦ green 231 ◦ blue 74

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

Shades of Las Palmas #CFE74A

Tints of Las Palmas #CFE74A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.12%

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 40.43%
G = 45.12%
B = 14.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#CFE74A (or 0xCFE74A) is known color: Las Palmas. HEX triplet: CF, E7 and 4A. RGB value is (207,231,74). Sum of RGB (Red+Green+Blue) = 207+231+74=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE74A is #3018B5. Grayscale: #CECECE. Windows color (decimal): -3152054 or 4909007. OLE color: 4909007.

HSL color Cylindrical-coordinate representation of color #CFE74A: hue angle of 69.17º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFE74A is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 74 -
CMYK 0.10 0 0.68 0.09
HSL 69.17º 0.77% 0.6% -
HSV(B) 69.17º 0.68% 0.91% -
XYZ 55.54 70.91 17.24 -
YUV 205.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 207 231 74 0.10 0 0.68 0.09 69.17 0.77 0.6
Hex CF E7 4A A 0 44 9 45 4D 3C
Octal 317 347 112 12 0 104 11 105 115 74
Binary 11001111 11100111 1001010 1010 0 1000100 1001 1000101 1001101 111100

Color Harmonies of #CFE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE74A

Black with #CFE74A

Text Example


Text Example

White with #CFE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE74A; }

 p { color: rgb(207,231,74); }

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

background-color css

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

 a { background-color: rgb(207,231,74); }

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

border-color css

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

 span { border-color: rgb(207,231,74); }

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