Html Css Color HEX #CFE369 Mindaro

📋 copy color: '#CFE369'

red 207 ◦ green 227 ◦ blue 105

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

Shades of Mindaro #CFE369

Tints of Mindaro #CFE369

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.12%

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 38.4%
G = 42.12%
B = 19.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CFE369 (or 0xCFE369) is known color: Mindaro. HEX triplet: CF, E3 and 69. RGB value is (207,227,105). Sum of RGB (Red+Green+Blue) = 207+227+105=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE369 is #301C96. Grayscale: #CFCFCF. Windows color (decimal): -3153047 or 6939599. OLE color: 6939599.

HSL color Cylindrical-coordinate representation of color #CFE369: hue angle of 69.84º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE369 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 105 -
CMYK 0.09 0 0.54 0.11
HSL 69.84º 0.69% 0.65% -
HSV(B) 69.84º 0.54% 0.89% -
XYZ 55.75 69.22 23.79 -
YUV 207.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 207 227 105 0.09 0 0.54 0.11 69.84 0.69 0.65
Hex CF E3 69 9 0 36 B 46 45 41
Octal 317 343 151 11 0 66 13 106 105 101
Binary 11001111 11100011 1101001 1001 0 110110 1011 1000110 1000101 1000001

Color Harmonies of #CFE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE369

Black with #CFE369

Text Example


Text Example

White with #CFE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE369; }

 p { color: rgb(207,227,105); }

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

background-color css

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

 a { background-color: rgb(207,227,105); }

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

border-color css

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

 span { border-color: rgb(207,227,105); }

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